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/region-device-count.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions code/Test_definitions/region-device-count.feature
Original file line number Diff line number Diff line change
@@ -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
#
Expand All @@ -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"
Expand Down
Loading