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/device-data-volume-subscriptions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ 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: Project documentation at CAMARA
url: https://github.com/camaraproject/DeviceDataVolume

servers:
- url: "{apiRoot}/device-data-volume-subscriptions/v0.1"
- url: "{apiRoot}/device-data-volume-subscriptions/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/API_definitions/device-data-volume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ 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: Project documentation at CAMARA
url: https://github.com/camaraproject/DeviceDataVolume

servers:
- url: "{apiRoot}/device-data-volume/v0.1"
- url: "{apiRoot}/device-data-volume/vwip"
variables:
apiRoot:
default: http://localhost:9091
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Device Data Volume API, v0.1.0 - Operation checkDataVolume
Feature: CAMARA Device Data Volume API, vwip - Operation checkDataVolume

# Input to be provided by the implementation to the tester
#
Expand All @@ -13,7 +13,7 @@ Feature: CAMARA Device Data Volume API, v0.1.0 - Operation checkDataVolume

Background: Common checkDataVolume setup
Given an environment at "apiRoot"
And the resource "/device-data-volume/v0.1/check"
And the resource "/device-data-volume/vwip/check"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
And the request body is set by default to a request body compliant with the schema "#/components/schemas/CheckDataVolumeRequest"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Device Data Volume API, v0.1.0 - Operation retrieveDataVolume
Feature: CAMARA Device Data Volume API, vwip - Operation retrieveDataVolume

# Input to be provided by the implementation to the tester

Expand All @@ -14,7 +14,7 @@ Feature: CAMARA Device Data Volume API, v0.1.0 - Operation retrieveDataVolume

Background: Common retrieveDataVolume setup
Given an environment at "apiRoot"
And the resource "/device-data-volume/v0.1/retrieve"
And the resource "/device-data-volume/vwip/retrieve"
And the header "Authorization" is set to a valid access token
And the header "x-correlator" complies with the schema at "#/components/schemas/XCorrelator"
And the request body is set by default to a request body compliant with the schema "#/components/schemas/RetrieveDataVolumeRequest"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: Device Data Volume Subscriptions API, v0.1.0 - Operation on subscriptions
Feature: Device Data Volume Subscriptions API, vwip - Operation on subscriptions

# Input to be provided by the implementation to the tester
#
Expand All @@ -14,7 +14,7 @@ Feature: Device Data Volume Subscriptions API, v0.1.0 - Operation on subscriptio
# References to OAS spec schemas refer to schemas specified in device-data-volume-subscriptions.yaml
Background: Common Device Data Volume Subscription setup
Given an environment at "apiRoot"
And the resource "/device-data-volume-subscriptions/v0.1/subscriptions"
And the resource "/device-data-volume-subscriptions/vwip/subscriptions"
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