diff --git a/code/API_definitions/iot-network-optimization.yaml b/code/API_definitions/iot-network-optimization.yaml index a5bfe21..212a9aa 100644 --- a/code/API_definitions/iot-network-optimization.yaml +++ b/code/API_definitions/iot-network-optimization.yaml @@ -116,7 +116,7 @@ info: ## Release Notes First draft for the IoT Network Optimization API. - version: 0.1.0-alpha.1 + version: wip license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html @@ -128,7 +128,7 @@ externalDocs: # Servers # ############################################################################ servers: - - url: "{apiRoot}/iot-network-optimization/v0.1alpha1" + - url: "{apiRoot}/iot-network-optimization/vwip" variables: apiRoot: default: http://localhost:9091 diff --git a/code/Test_definitions/iot-network-optimization-power-saving.feature b/code/Test_definitions/iot-network-optimization-power-saving.feature index edb27c7..59215da 100644 --- a/code/Test_definitions/iot-network-optimization-power-saving.feature +++ b/code/Test_definitions/iot-network-optimization-power-saving.feature @@ -7,7 +7,7 @@ Feature: CAMARA IoT Network Optimization API - vwip - Operation power-saving # * One or more IoT devices whose power saving features could be set. # Background: Common power-saving feature setup - Given the path "/features/power-saving" + Given the path "/iot-network-optimization/vwip/features/power-saving" 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"