Commit a1b6ad3a authored by Francesca Moscatelli's avatar Francesca Moscatelli
Browse files

APIVersion Ns LCM Notification interfaces migrated to OpenAPI 3.0.2

parent d1fac1c4
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
build/
build/
*.pyc
*.pyc
.idea/
+24 −35
Original line number Original line Diff line number Diff line
swagger: "2.0"
openapi: 3.0.2


info:
info:
  version: "1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  title: SOL005 - API version interface
  title: "SOL005 - API version interface"
  description: |
  description: >
    SOL005 - API version Interface IMPORTANT: Please note that this file might be not aligned to the current version of
    SOL005 - API version Interface
    the ETSI Group Specification it refers to and has not been approved by the ETSI NFV ISG. In case of discrepancies the
    IMPORTANT: Please note that this file might be not aligned to the current
    published ETSI Group Specification takes precedence.
    version of the ETSI Group Specification it refers to and has not been
    approved by the ETSI NFV ISG. In case of discrepancies the published ETSI
    Group Specification takes precedence.
    Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis
    Please report bugs to https://forge.etsi.org/bugzilla/buglist.cgi?component=Nfv-Openapis
  contact:
    name: NFV-SOL WG
  license:
  license:
    name: "ETSI Forge copyright notice"
    name: ETSI Forge copyright notice
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  contact:
  version: 1.0.0-impl:etsi.org:ETSI_NFV_OpenAPI:1
    name: "NFV-SOL WG"


externalDocs:
externalDocs:
  description: ETSI GS NFV-SOL 005 V2.7.1
  description: ETSI GS NFV-SOL 005 V3.3.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.07.01_60/gs_NFV-SOL005v020701p.pdf
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.07.01_60/gs_NFV-SOL005v020701p.pdf


schemes:
servers:
  - http
  - url: http://127.0.0.1/
  - https
  - url: https://127.0.0.1/

consumes:
  - application/json

produces:
  - application/json


paths:
paths:
  ###############################################################################
  /nsd/api_versions:
  # API Versions                                                                #
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
  ###############################################################################
  '/nsd/api_versions':
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'


  '/nsfm/api_versions':
  /nsfm/api_versions:
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions


  '/nslcm/api_versions':
  /nslcm/api_versions:
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions


  '/nspm/api_versions':
  /nspm/api_versions:
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions


  '/vnfpkgm/api_versions':
  /vnfpkgm/api_versions:
    $ref: '../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions'
    $ref: ../endpoints/SOL005_endpoints.yaml#/endpoints/api-versions
 No newline at end of file
 No newline at end of file
+213 −213

File changed.

Preview size limit exceeded, changes collapsed.

+112 −112
Original line number Original line Diff line number Diff line
@@ -99,21 +99,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


    get:
    get:
      summary: Test the notification endpoint
      summary: Test the notification endpoint
@@ -153,21 +153,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


  ###############################################################################
  ###############################################################################
  # Notification endpoint NsdOnBoardingFailureNotification                      #
  # Notification endpoint NsdOnBoardingFailureNotification                      #
@@ -239,21 +239,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


    get:
    get:
      summary: Test the notification endpoint
      summary: Test the notification endpoint
@@ -293,21 +293,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


  ###############################################################################
  ###############################################################################
  # Notification endpoint NsdChangeNotification                                 #
  # Notification endpoint NsdChangeNotification                                 #
@@ -379,21 +379,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


    get:
    get:
      summary: Test the notification endpoint
      summary: Test the notification endpoint
@@ -433,21 +433,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


  ###############################################################################
  ###############################################################################
  # Notification endpoint NsdDeletionNotification                               #
  # Notification endpoint NsdDeletionNotification                               #
@@ -519,21 +519,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


    get:
    get:
      summary: Test the notification endpoint
      summary: Test the notification endpoint
@@ -573,21 +573,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


  ###############################################################################
  ###############################################################################
  # Notification endpoint PnfdOnBoardingNotification                            #
  # Notification endpoint PnfdOnBoardingNotification                            #
@@ -659,21 +659,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


    get:
    get:
      summary: Test the notification endpoint
      summary: Test the notification endpoint
@@ -713,21 +713,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


  ###############################################################################
  ###############################################################################
  # Notification endpoint PnfdOnBoardingFailureNotification                     #
  # Notification endpoint PnfdOnBoardingFailureNotification                     #
@@ -799,21 +799,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


    get:
    get:
      summary: Test the notification endpoint
      summary: Test the notification endpoint
@@ -853,21 +853,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


  ###############################################################################
  ###############################################################################
  # Notification endpoint PnfdDeletionNotification                              #
  # Notification endpoint PnfdDeletionNotification                              #
@@ -939,21 +939,21 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"


    get:
    get:
      summary: Test the notification endpoint
      summary: Test the notification endpoint
@@ -993,18 +993,18 @@ paths:
              maximum: 1
              maximum: 1
              minimum: 1
              minimum: 1
        400:
        400:
          $ref: "../responses/SOL005_resp.yaml#/responses/400"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/400"
        401:
        401:
          $ref: "../responses/SOL005_resp.yaml#/responses/401"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/401"
        403:
        403:
          $ref: "../responses/SOL005_resp.yaml#/responses/403"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/403"
        404:
        404:
          $ref: "../responses/SOL005_resp.yaml#/responses/404"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/404"
        405:
        405:
          $ref: "../responses/SOL005_resp.yaml#/responses/405"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/405"
        406:
        406:
          $ref: "../responses/SOL005_resp.yaml#/responses/406"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/406"
        500:
        500:
          $ref: "../responses/SOL005_resp.yaml#/responses/500"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/500"
        503:
        503:
          $ref: "../responses/SOL005_resp.yaml#/responses/503"
          $ref: "../responses/SOL005_resp.yaml#/components/responses/503"
 No newline at end of file
 No newline at end of file
+54 −68

File changed.

Preview size limit exceeded, changes collapsed.

Loading