Commit 08aea16d authored by tangudun's avatar tangudun
Browse files

Update TS29222_CAPIF_Publish_Service_API.yaml with CRs agreed in CT3#137 meeting.

parent 28785cd3
Loading
Loading
Loading
Loading
+13 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@ info:
    API for publishing service APIs.  
    © 2024, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).  
    All rights reserved.
  version: "1.3.0"
  version: "1.3.1"

externalDocs:
  description: 3GPP TS 29.222 V18.6.0 Common API Framework for 3GPP Northbound APIs
  description: 3GPP TS 29.222 V18.7.0 Common API Framework for 3GPP Northbound APIs
  url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.222/

servers:
@@ -389,6 +389,11 @@ components:
          description: >
            Security methods supported by the interface, it take precedence over
            the security methods provided in AefProfile, for this specific interface.
        grantTypes:
          type: array
          items:
            $ref: 'TS29222_CAPIF_Security_API.yaml#/components/schemas/OAuthGrantType'
          minItems: 1
      oneOf:
        - required: [ipv4Addr]
        - required: [ipv6Addr]
@@ -417,6 +422,11 @@ components:
            $ref: '#/components/schemas/SecurityMethod'
          minItems: 1
          description: Security methods supported by the AEF
        grantTypes:
          type: array
          items:
            $ref: 'TS29222_CAPIF_Security_API.yaml#/components/schemas/OAuthGrantType'
          minItems: 1
        domainName:
          type: string
          description: Domain to which API belongs to
@@ -777,3 +787,4 @@ components:
        - PUT: HTTP PUT method.
        - PATCH: HTTP PATCH method.
        - DELETE: HTTP DELETE method.