Commit c21f4142 authored by moscatelli's avatar moscatelli
Browse files

SOL005: Fix in response codes descriptions

parent 2764b0c3
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
swagger: "2.0"

info:
  version: "1.1.0-impl:etsi.org:ETSI_NFV_OpenAPI:1"
  title: "SOL005 - API version interface"
@@ -14,16 +15,21 @@ info:
    url: https://forge.etsi.org/etsi-forge-copyright-notice.txt
  contact:
    name: "NFV-SOL WG"

externalDocs:
  description: ETSI GS NFV-SOL 005 V2.5.1
  url: https://www.etsi.org/deliver/etsi_gs/NFV-SOL/001_099/005/02.05.01_60/gs_NFV-SOL005v020501p.pdf

schemes:
  - http
  - https

consumes:
  - application/json

produces:
  - application/json

paths:
  ###############################################################################
  # API Versions                                                                #
+8 −0
Original line number Diff line number Diff line
@@ -71,6 +71,8 @@ responses:
        minimum: 1

  206:
    description: >
      206 PARTIAL CONTENT
    headers:
      Content-Type:
        description: >
@@ -102,6 +104,8 @@ responses:
      $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails"

  303:
    description: >
      303 SEE OTHER
    headers:
      Content-Type:
        description: The MIME type of the body of the response.
@@ -332,6 +336,8 @@ responses:
      $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails"

  409:
    description: >
      409 CONFLICT
    headers:
      Content-Type:
        description: The MIME type of the body of the response.
@@ -447,6 +453,8 @@ responses:
      $ref: "../definitions/SOL005_def.yaml#/definitions/ProblemDetails"

  416:
    description: >
      416 RANGE NOT SATISFIABLE
    headers:
      Content-Type:
        description: The MIME type of the body of the response.