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
6 changes: 3 additions & 3 deletions code/API_definitions/number-recycling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ info:
Please refer to the `CAMARA_common.yaml` of the Commonalities Release associated to this API version for a complete list of error responses. The applicable Commonalities Release can be identified in the `API Readiness Checklist` document associated to this API version.
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
x-camara-commonalities: 0.6
version: wip
x-camara-commonalities: tbd

license:
name: Apache 2.0
Expand All @@ -78,7 +78,7 @@ externalDocs:
description: Product documentation at CAMARA
url: https://github.com/camaraproject/NumberRecycling
servers:
- url: '{apiRoot}/number-recycling/v0.2'
- url: '{apiRoot}/number-recycling/vwip'
variables:
apiRoot:
default: http://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/number-recycling.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Number Recycling API, v0.2.0 - Operation checkNumberRecycling
Feature: CAMARA Number Recycling API, vwip - Operation checkNumberRecycling
# Environment variables:
# * api_root: API root of the server URL
#
Expand All @@ -10,7 +10,7 @@ Feature: CAMARA Number Recycling API, v0.2.0 - Operation checkNumberRecycling

Background: Common checkNumberRecycling setup
Given an environment at "apiRoot"
And the resource "/number-recycling/v0.2/check"
And the resource "/number-recycling/vwip/check"
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