Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/API_definitions/iot-network-optimization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down