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/number-verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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: 2.1.0
version: wip
x-camara-commonalities: 0.6
license:
name: Apache 2.0
Expand All @@ -79,7 +79,7 @@ externalDocs:
description: Project documentation at CAMARA
url: https://github.com/camaraproject/NumberVerification
servers:
- url: '{apiRoot}/number-verification/v2'
- url: '{apiRoot}/number-verification/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 Number Verification API, v2.1.0 - Operation phoneNumberShare
Feature: CAMARA Number Verification API, vwip - Operation phoneNumberShare

# Input to be provided by the implementation to the tester
#
Expand All @@ -9,7 +9,7 @@ Feature: CAMARA Number Verification API, v2.1.0 - Operation phoneNumberShare
# * a valid testing phone number supported by the service

Background: Common phoneNumberShare setup
Given the resource "/number-verification/v2" as base url
Given the resource "/number-verification/vwip" as base url
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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Number Verification API, v2.1.0 - Operation phoneNumberVerify
Feature: CAMARA Number Verification API, vwip - Operation phoneNumberVerify

# Input to be provided by the implementation to the tester
#
Expand All @@ -10,7 +10,7 @@ Feature: CAMARA Number Verification API, v2.1.0 - Operation phoneNumberVerify
# * a valid testing hashed phone number supported by the service

Background: Common phoneNumberVerify setup
Given the resource "/number-verification/v2" as base url
Given the resource "/number-verification/vwip" as base url
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