diff --git a/src/SOL005/APIVersion/APIVersion.yaml b/src/SOL005/APIVersion/APIVersion.yaml index f53273d9902e3eeb20b97ada3ce71a01285349aa..3fec67c7254d6ce8c968548f1c972dde0240e802 100644 --- a/src/SOL005/APIVersion/APIVersion.yaml +++ b/src/SOL005/APIVersion/APIVersion.yaml @@ -1,4 +1,5 @@ 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 # diff --git a/src/SOL005/responses/SOL005_resp.yaml b/src/SOL005/responses/SOL005_resp.yaml index bee13249b3059fd2fa6ba4db9699345e5c0cd8d6..01037719ae46263bac0d687a51219007850699b2 100644 --- a/src/SOL005/responses/SOL005_resp.yaml +++ b/src/SOL005/responses/SOL005_resp.yaml @@ -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.