From 6c51197605839ffd04b6967e82004711ea9b0d82 Mon Sep 17 00:00:00 2001 From: urvika-v Date: Mon, 4 Aug 2025 21:42:07 +0530 Subject: [PATCH 1/3] Modified version to wip in application-endpoint-registration.yaml --- code/API_definitions/application-endpoint-registration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/application-endpoint-registration.yaml b/code/API_definitions/application-endpoint-registration.yaml index a833254..20d1d82 100644 --- a/code/API_definitions/application-endpoint-registration.yaml +++ b/code/API_definitions/application-endpoint-registration.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Application Endpoints Registration - version: 0.1.0-rc.1 + version: wip x-camara-commonalities: 0.6 description: | The Application Endpoints Registration API provides a programmable From 92adc0dafe572a406eb0d9261b612484895d9abb Mon Sep 17 00:00:00 2001 From: urvika-v Date: Mon, 4 Aug 2025 21:45:02 +0530 Subject: [PATCH 2/3] Modified version to wip in application-endpoint-registration.yaml --- code/API_definitions/application-endpoint-registration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/API_definitions/application-endpoint-registration.yaml b/code/API_definitions/application-endpoint-registration.yaml index 20d1d82..33a4e04 100644 --- a/code/API_definitions/application-endpoint-registration.yaml +++ b/code/API_definitions/application-endpoint-registration.yaml @@ -119,7 +119,7 @@ externalDocs: url: https://github.com/camaraproject/ApplicationEndpointRegistration servers: - - url: "{apiRoot}/application-endpoint-registration/v0.1rc1" + - url: "{apiRoot}/application-endpoint-registration/vwip" variables: apiRoot: default: http://localhost:9091 From 3789b0193d03424fb7880cf6a558bb424e688e74 Mon Sep 17 00:00:00 2001 From: urvika-v Date: Mon, 4 Aug 2025 21:47:06 +0530 Subject: [PATCH 3/3] Modified version to wip application-endpoint-registration.feature --- .../application-endpoint-registration.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Test_definitions/application-endpoint-registration.feature b/code/Test_definitions/application-endpoint-registration.feature index fc51c85..33ab14c 100644 --- a/code/Test_definitions/application-endpoint-registration.feature +++ b/code/Test_definitions/application-endpoint-registration.feature @@ -1,5 +1,5 @@ @Application_Endpoint_Registration -Feature: CAMARA Application Endpoint Registration API, v0.1.0-rc.1 - Operations for registering application endpoints +Feature: CAMARA Application Endpoint Registration API, vwip - Operations for registering application endpoints # Input to be provided by the implementation to the tests # * apiRoot: API root of the server URL @@ -7,7 +7,7 @@ Feature: CAMARA Application Endpoint Registration API, v0.1.0-rc.1 - Operations Background: Common Application Endpoint Registration setup Given an environment at "apiRoot" - And the resource "/application-endpoint-registration/v0.1rc1" + And the resource "/application-endpoint-registration/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"