diff --git a/code/API_definitions/predictive-connectivity-data.yaml b/code/API_definitions/predictive-connectivity-data.yaml index 7c59c2b..2958d75 100644 --- a/code/API_definitions/predictive-connectivity-data.yaml +++ b/code/API_definitions/predictive-connectivity-data.yaml @@ -124,13 +124,13 @@ info: license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html - version: 0.1.0 + version: wip x-camara-commonalities: 0.6 externalDocs: description: Product documentation at CAMARA. url: https://github.com/camaraproject/PredictiveConnectivityData servers: - - url: "{apiRoot}/predictive-connectivity-data/v0.1" + - url: "{apiRoot}/predictive-connectivity-data/vwip" variables: apiRoot: default: https://localhost:9091 diff --git a/code/Test_definitions/predictive-connectivity-data.feature b/code/Test_definitions/predictive-connectivity-data.feature index dd555eb..49777f3 100644 --- a/code/Test_definitions/predictive-connectivity-data.feature +++ b/code/Test_definitions/predictive-connectivity-data.feature @@ -1,4 +1,4 @@ -Feature: CAMARA Predictive Connectivity Data API, v0.1.0 +Feature: CAMARA Predictive Connectivity Data API, vwip # Input to be provided by the implementation to the tester # # Implementation indications: @@ -21,7 +21,7 @@ Feature: CAMARA Predictive Connectivity Data API, v0.1.0 Background: Common retrieveConnectivity setup Given an environment at "apiRoot" - And the resource "/predictive-connectivity-data/v0.1/retrieve" + And the resource "/predictive-connectivity-data/vwip/retrieve" 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"