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/kyc-tenure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ info:

(FAQs will be added in a later version of the documentation)

version: 0.2.0-rc.1
version: wip
x-camara-commonalities: 0.6
license:
name: Apache 2.0
Expand All @@ -99,7 +99,7 @@ externalDocs:
url: https://github.com/camaraproject/Tenure

servers:
- url: "{apiRoot}/kyc-tenure/v0.2rc1"
- url: "{apiRoot}/kyc-tenure/vwip"
variables:
apiRoot:
default: https://localhost:9091
Expand Down
4 changes: 2 additions & 2 deletions code/Test_definitions/kyc-tenure.feature
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Feature: CAMARA Tenure API, v0.2.0-rc.1 - Operation checkTenure
Feature: CAMARA Tenure API, vwip - Operation checkTenure
# Input to be provided by the implementation to the tester
#
# Implementation indications:
Expand All @@ -10,7 +10,7 @@ Feature: CAMARA Tenure API, v0.2.0-rc.1 - Operation checkTenure

Background: Common checkTenure setup
Given an environment at "apiRoot"
And the resource "/kyc-tenure/v0.2rc1/check-tenure"
And the resource "/kyc-tenure/vwip/check-tenure"
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