From a56081a5200520f57b55bb50ad2f57fb4c60de62 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 14 Oct 2025 12:43:50 +0100 Subject: [PATCH 1/2] fix: reset versions to wip --- code/API_definitions/application-endpoint-discovery.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/application-endpoint-discovery.yaml b/code/API_definitions/application-endpoint-discovery.yaml index 54bfa41..33ec203 100644 --- a/code/API_definitions/application-endpoint-discovery.yaml +++ b/code/API_definitions/application-endpoint-discovery.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Application Endpoint Discovery - version: 0.1.0 + version: wip description: | The Application Endpoint Discovery API returns the optimal application endpoint(s) that a given end-user's device can connect to. @@ -224,7 +224,7 @@ externalDocs: description: Product documentation at CAMARA url: https://github.com/camaraproject/ApplicationEndpointDiscovery servers: - - url: "{apiRoot}/application-endpoint-discovery/v0.1" + - url: "{apiRoot}/application-endpoint-discovery/vwip" variables: apiRoot: default: http://localhost:9091 From 5a70bb20a4633b7175bf8d6a09155b6741bb82e3 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Wed, 15 Oct 2025 09:31:28 +0100 Subject: [PATCH 2/2] fix: reset versions to wip --- code/Test_definitions/application-endpoint-discovery.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Test_definitions/application-endpoint-discovery.feature b/code/Test_definitions/application-endpoint-discovery.feature index a313681..c589a83 100644 --- a/code/Test_definitions/application-endpoint-discovery.feature +++ b/code/Test_definitions/application-endpoint-discovery.feature @@ -1,5 +1,5 @@ @application_endpoint_discovery -Feature: CAMARA Application Endpoint Discovery API, v0.1.0 - Operation getOptimalAppEndpoints +Feature: CAMARA Application Endpoint Discovery API, vwip - Operation getOptimalAppEndpoints # Input to be provided by the implementation to the tester # # Implementation indications: @@ -12,7 +12,7 @@ Feature: CAMARA Application Endpoint Discovery API, v0.1.0 - Operation getOptima Background: Given an environment at "apiRoot" - And the resource "/application-endpoint-discovery/v0.1/retrieve-optimal-app-endpoints" | + And the resource "/application-endpoint-discovery/vwip/retrieve-optimal-app-endpoints" | 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"