diff --git a/code/API_definitions/application-profiles.yaml b/code/API_definitions/application-profiles.yaml index bfd596b..d211948 100644 --- a/code/API_definitions/application-profiles.yaml +++ b/code/API_definitions/application-profiles.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Connectivity Insights - Application Profiles x-camara-commonalities: 0.6 - version: 0.5.0 + version: wip license: name: Apache 2.0 url: https://www.apache.org/licenses/LICENSE-2.0.html @@ -64,7 +64,7 @@ externalDocs: description: Project documentation at Camara url: https://github.com/camaraproject/ApplicationProfiles servers: - - url: "{apiRoot}/application-profiles/v0.5" + - url: "{apiRoot}/application-profiles/vwip" variables: apiRoot: default: https://localhost:9091 diff --git a/code/Test_definitions/application-profiles.feature b/code/Test_definitions/application-profiles.feature index 761f44f..1127ecc 100644 --- a/code/Test_definitions/application-profiles.feature +++ b/code/Test_definitions/application-profiles.feature @@ -1,12 +1,12 @@ @Application_Profiles -Feature: CAMARA Application Profiles API, v0.5.0 - Operations for Application Profiles +Feature: CAMARA Application Profiles API, vwip - Operations for Application Profiles # Input to be provided by the implementation to the tests # References to OAS spec schemas refer to schemas specified in application-profiles.yaml Background: Common Application Profiles setup Given an environment at "apiRoot" - And the resource "/application-profiles/v0.5" + And the resource "/application-profiles/vwip" 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"