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 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"