diff --git a/code/API_definitions/number-recycling.yaml b/code/API_definitions/number-recycling.yaml index cbd844b..7d5924d 100644 --- a/code/API_definitions/number-recycling.yaml +++ b/code/API_definitions/number-recycling.yaml @@ -68,8 +68,8 @@ info: Please refer to the `CAMARA_common.yaml` of the Commonalities Release associated to this API version for a complete list of error responses. The applicable Commonalities Release can be identified in the `API Readiness Checklist` document associated to this API version. As a specific rule, error `501 - NOT_IMPLEMENTED` can be only a possible error response if it is explicitly documented in the API. - version: 0.2.0 - x-camara-commonalities: 0.6 + version: wip + x-camara-commonalities: tbd license: name: Apache 2.0 @@ -78,7 +78,7 @@ externalDocs: description: Product documentation at CAMARA url: https://github.com/camaraproject/NumberRecycling servers: - - url: '{apiRoot}/number-recycling/v0.2' + - url: '{apiRoot}/number-recycling/vwip' variables: apiRoot: default: http://localhost:9091 diff --git a/code/Test_definitions/number-recycling.feature b/code/Test_definitions/number-recycling.feature index eb077f3..433e952 100644 --- a/code/Test_definitions/number-recycling.feature +++ b/code/Test_definitions/number-recycling.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Number Recycling API, v0.2.0 - Operation checkNumberRecycling +Feature: CAMARA Number Recycling API, vwip - Operation checkNumberRecycling # Environment variables: # * api_root: API root of the server URL # @@ -10,7 +10,7 @@ Feature: CAMARA Number Recycling API, v0.2.0 - Operation checkNumberRecycling Background: Common checkNumberRecycling setup Given an environment at "apiRoot" - And the resource "/number-recycling/v0.2/check" + And the resource "/number-recycling/vwip/check" And the header "Content-Type" is set to "application/json" And the header "Authorization" is set to a valid access token And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"