Loading ngsi-ld-api.yaml +22 −4 Original line number Diff line number Diff line Loading @@ -2580,9 +2580,19 @@ paths: '400': $ref: '#/components/responses/BadRequest' '404': allOf: $ref: '#/components/responses/NotFound' description: | It is used when a client provided an @context identifier not known to the system, see clause 6.3.2. '422': allOf: $ref: '#/components/responses/Unprocessable' description: | It is used when a client indicated an @context of type "Cached", see clause 6.3.2. delete: tags: - JSON-LD Context API Loading Loading @@ -2615,9 +2625,17 @@ paths: '400': $ref: '#/components/responses/BadRequest' '404': allOf: $ref: '#/components/responses/NotFound' description: | It is used when a client provided an @context identifier not known to the system, see clause 6.3.2. '503': allOf: $ref: '#/components/responses/ServiceUnavailable' description: | It is used when re-downloading fails. components: headers: Loading Loading
ngsi-ld-api.yaml +22 −4 Original line number Diff line number Diff line Loading @@ -2580,9 +2580,19 @@ paths: '400': $ref: '#/components/responses/BadRequest' '404': allOf: $ref: '#/components/responses/NotFound' description: | It is used when a client provided an @context identifier not known to the system, see clause 6.3.2. '422': allOf: $ref: '#/components/responses/Unprocessable' description: | It is used when a client indicated an @context of type "Cached", see clause 6.3.2. delete: tags: - JSON-LD Context API Loading Loading @@ -2615,9 +2625,17 @@ paths: '400': $ref: '#/components/responses/BadRequest' '404': allOf: $ref: '#/components/responses/NotFound' description: | It is used when a client provided an @context identifier not known to the system, see clause 6.3.2. '503': allOf: $ref: '#/components/responses/ServiceUnavailable' description: | It is used when re-downloading fails. components: headers: Loading