From 3bd470149f372479de29f8d49e6528fc7358a5bc Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 14 Oct 2025 12:34:26 +0100 Subject: [PATCH 1/2] fix: reset version to wip --- code/API_definitions/simple-edge-discovery.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/API_definitions/simple-edge-discovery.yaml b/code/API_definitions/simple-edge-discovery.yaml index 300783b..67e3ffe 100644 --- a/code/API_definitions/simple-edge-discovery.yaml +++ b/code/API_definitions/simple-edge-discovery.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Simple Edge Discovery - version: 2.0.0 + version: wip x-camara-commonalities: 0.6 description: | # Find the closest Edge Cloud Zone @@ -189,7 +189,7 @@ externalDocs: url: https://github.com/camaraproject/EdgeCloud servers: - - url: "{apiRoot}/simple-edge-discovery/v2" + - url: "{apiRoot}/simple-edge-discovery/vwip" variables: apiRoot: default: https://localhost:9091 From fabed977cbc3215278443c2f7790cb22fc5ca6df Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Tue, 14 Oct 2025 17:31:19 +0100 Subject: [PATCH 2/2] Update simple-edge-discovery.feature --- code/Test_definitions/simple-edge-discovery.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/Test_definitions/simple-edge-discovery.feature b/code/Test_definitions/simple-edge-discovery.feature index 352eceb..e56e318 100644 --- a/code/Test_definitions/simple-edge-discovery.feature +++ b/code/Test_definitions/simple-edge-discovery.feature @@ -1,8 +1,8 @@ -Feature: CAMARA Simple Edge Discovery API, v2.0.0 - Operation readClosestEdgeCloudZone +Feature: CAMARA Simple Edge Discovery API, wip - Operation readClosestEdgeCloudZone Background: Given an environment at "apiRoot" - And the resource "/simple-edge-discovery/v2/retrieve-closest-edge-cloud-zone" | + And the resource "/simple-edge-discovery/vwip/retrieve-closest-edge-cloud-zone" | 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"