Commit 387e6e3a authored by Jesus de Gregorio's avatar Jesus de Gregorio
Browse files

CT#98

parent 7000fd67
Loading
Loading
Loading
Loading
Loading
+13 −9
Original line number Diff line number Diff line
@@ -3,11 +3,11 @@ info:
  title: CAPIF_API_Invoker_Management_API
  description: |
    API for API invoker management.
    © 2019, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    © 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
    All rights reserved.
  version: "1.0.1"
  version: "1.0.2"
externalDocs:
  description: 3GPP TS 29.222 V15.4.0 Common API Framework for 3GPP Northbound APIs
  description: 3GPP TS 29.222 V15.12.0 Common API Framework for 3GPP Northbound APIs
  url: http://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
  - url: '{apiRoot}/api-invoker-management/v1'
@@ -147,11 +147,15 @@ components:
      required:
        - apiInvokerPublicKey
    APIList:
      type: object
      description: Represents a list of APIs.
      properties:
        serviceAPIDescriptions:
          type: array
          items:
            $ref: 'TS29222_CAPIF_Publish_Service_API.yaml#/components/schemas/ServiceAPIDescription'
          minItems: 1
      description: The list of service APIs that the API Invoker is allowed to invoke
          description: The list of service APIs that the API Invoker is allowed to invoke.
    APIInvokerEnrolmentDetails:
      type: object
      properties: