Commit 686a9f77 authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#92

parent e4c87dab
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: 1.0.0
  version: 1.0.1
  title: VAE_ApplicationRequirement
  description: |
    API for VAE Application Requirement Service
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 29.486 V16.1.0 V2X Application Enabler (VAE) Services
  description: 3GPP TS 29.486 V16.4.0 V2X Application Enabler (VAE) Services
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.486/'
security:
  - {}
@@ -101,7 +101,7 @@ paths:
                  $ref: 'TS29571_CommonData.yaml#/components/responses/503'
                default:
                  $ref: 'TS29571_CommonData.yaml#/components/responses/default'
  /application-requirement/{requirementId}:
  /application-requirements/{requirementId}:
    get:
      summary: VAE Application Requirement resource read service Operation
      tags:
+3 −3
Original line number Diff line number Diff line
openapi: 3.0.0
info:
  version: 1.0.0
  version: 1.0.1
  title: VAE_DynamicGroup
  description: |
    VAE_Dynamic_Group Service
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
externalDocs:
  description: 3GPP TS 29.486 V16.1.0 V2X Application Enabler (VAE) Services
  description: 3GPP TS 29.486 V16.4.0 V2X Application Enabler (VAE) Services
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.486/'
security:
  - {}
@@ -101,7 +101,7 @@ paths:
                  $ref: 'TS29571_CommonData.yaml#/components/responses/503'
                default:
                  $ref: 'TS29571_CommonData.yaml#/components/responses/default'
  /group-configuration/{configId}:
  /group-configurations/{configId}:
    get:
      summary: VAE Group Configuration resource read service Operation
      tags:
+79 −508

File changed.

Preview size limit exceeded, changes collapsed.

+5 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.0.1'
  version: '1.0.2'
  title: 'Nudm_NIDDAU'
  description: |
    Nudm NIDD Authorization Service.
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.503 Unified Data Management Services, version 16.6.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 16.8.0
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -160,6 +160,8 @@ components:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
        afId:
          type: string
        nefId:
          $ref: 'TS29510_Nnrf_NFManagement.yaml#/components/schemas/NefId'


# SIMPLE TYPES:
+13 −3
Original line number Diff line number Diff line
openapi: 3.0.0

info:
  version: '1.1.2'
  version: '1.1.3'
  title: 'Nudm_PP'
  description: |
    Nudm Parameter Provision Service.
    © 2020, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2021, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.

externalDocs:
  description: 3GPP TS 29.503 Unified Data Management Services, version 16.6.0
  description: 3GPP TS 29.503 Unified Data Management Services, version 16.8.0
  url: 'http://www.3gpp.org/ftp/Specs/archive/29_series/29.503/'

servers:
@@ -118,6 +118,16 @@ paths:
          required: true
          schema:
            $ref: 'TS29503_Nudm_SDM.yaml#/components/schemas/ExtGroupId'
        - name: mtc-provider-info
          in: query
          description: MTC Provider Information that originated the service operation
          schema:
            $ref: 'TS29571_CommonData.yaml#/components/schemas/MtcProviderInformation'
        - name: af-id
          in: query
          description: AF ID that originated the service operation
          schema:
            type: string
      responses:
        '204':
          description: Expected response to a valid request
Loading