diff --git a/code/API_definitions/device-reachability-status.yaml b/code/API_definitions/device-reachability-status.yaml index 40815e7..a52dcf8 100644 --- a/code/API_definitions/device-reachability-status.yaml +++ b/code/API_definitions/device-reachability-status.yaml @@ -45,7 +45,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.6.0-rc.1 + version: wip x-camara-commonalities: 0.4.0 externalDocs: description: Product documentation at CAMARA @@ -110,8 +110,6 @@ paths: $ref: "#/components/responses/Generic403" "404": $ref: "#/components/responses/Generic404" - "405": - $ref: "#/components/responses/Generic405" "406": $ref: "#/components/responses/Generic406" "415": @@ -361,22 +359,6 @@ components: status: 404 code: DEVICE_NOT_FOUND message: Some identifier cannot be matched to a device - Generic405: - description: Method Not Allowed - headers: - x-correlator: - $ref: "#/components/headers/x-correlator" - content: - application/json: - schema: - $ref: "#/components/schemas/ErrorInfo" - examples: - GENERIC_405_METHOD_NOT_ALLOWED: - description: Invalid HTTP verb used with a given endpoint - value: - status: 405 - code: METHOD_NOT_ALLOWED - message: The requested method is not allowed/supported on the target resource. Generic406: description: Not Acceptable headers: diff --git a/code/API_definitions/device-roaming-status.yaml b/code/API_definitions/device-roaming-status.yaml index 86cb127..e6c28fa 100644 --- a/code/API_definitions/device-roaming-status.yaml +++ b/code/API_definitions/device-roaming-status.yaml @@ -53,7 +53,7 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.6.0-rc.1 + version: wip x-camara-commonalities: 0.4.0 externalDocs: description: Product documentation at CAMARA @@ -125,8 +125,6 @@ paths: $ref: "#/components/responses/Generic403" "404": $ref: "#/components/responses/Generic404" - "405": - $ref: "#/components/responses/Generic405" "406": $ref: "#/components/responses/Generic406" "415": @@ -385,22 +383,6 @@ components: status: 404 code: DEVICE_NOT_FOUND message: Some identifier cannot be matched to a device - Generic405: - description: Method Not Allowed - headers: - x-correlator: - $ref: "#/components/headers/x-correlator" - content: - application/json: - schema: - $ref: "#/components/schemas/ErrorInfo" - examples: - GENERIC_405_METHOD_NOT_ALLOWED: - description: Invalid HTTP verb used with a given endpoint - value: - status: 405 - code: METHOD_NOT_ALLOWED - message: The requested method is not allowed/supported on the target resource. Generic406: description: Not Acceptable headers: