diff --git a/code/API_definitions/region-device-count.yaml b/code/API_definitions/region-device-count.yaml index 2baf32f..1409ee0 100644 --- a/code/API_definitions/region-device-count.yaml +++ b/code/API_definitions/region-device-count.yaml @@ -64,7 +64,7 @@ info: 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 + version: wip license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html @@ -73,7 +73,7 @@ externalDocs: description: Project documentation at CAMARA url: https://github.com/camaraproject/RegionDeviceCount servers: - - url: '{apiRoot}/region-device-count/v0.2' + - url: '{apiRoot}/region-device-count/vwip' variables: apiRoot: default: http://localhost:9091 diff --git a/code/Test_definitions/region-device-count.feature b/code/Test_definitions/region-device-count.feature index 1229625..4c58399 100644 --- a/code/Test_definitions/region-device-count.feature +++ b/code/Test_definitions/region-device-count.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Region Device Count API v0.2.0 - Operations for device count in specified area +Feature: CAMARA Region Device Count API vwip - Operations for device count in specified area # Input to be provided by the implementation to the tester # @@ -16,11 +16,11 @@ Feature: CAMARA Region Device Count API v0.2.0 - Operations for device count in # * An Area outside the supported region # * A combination of request parameters including area, start time, and end time, such that the number of connected devices in the area is below the local regulatory privacy threshold # -# References to OAS spec schemas refer to schemas specifies in region-device-count.yaml, version 0.2.0 +# References to OAS spec schemas refer to schemas specifies in region-device-count.yaml Background: Common Region Device Count setup Given an environment at "apiRoot" - And the resource "/region-device-count/v0.2/count" + And the resource "/region-device-count/vwip/count" 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"