diff --git a/code/API_definitions/kyc-tenure.yaml b/code/API_definitions/kyc-tenure.yaml index 58b19b6..5d306ff 100644 --- a/code/API_definitions/kyc-tenure.yaml +++ b/code/API_definitions/kyc-tenure.yaml @@ -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 @@ -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 diff --git a/code/Test_definitions/kyc-tenure.feature b/code/Test_definitions/kyc-tenure.feature index 38e4ef2..91c7834 100644 --- a/code/Test_definitions/kyc-tenure.feature +++ b/code/Test_definitions/kyc-tenure.feature @@ -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: @@ -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"