From 86b08094721c954c64009dd7971c7754e57d2587 Mon Sep 17 00:00:00 2001 From: Kevin Smith Date: Wed, 10 Dec 2025 09:42:12 +0000 Subject: [PATCH] chore: reset versions to wip / vwip --- code/API_definitions/Edge-Application-Management.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/code/API_definitions/Edge-Application-Management.yaml b/code/API_definitions/Edge-Application-Management.yaml index b61a06a7..22ea9ef9 100644 --- a/code/API_definitions/Edge-Application-Management.yaml +++ b/code/API_definitions/Edge-Application-Management.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: Edge Application Management API - version: 0.9.3-wip + version: wip description: | Edge Application Management API allows API consumers to manage the Life Cycle of an Application and to Discover Edge Cloud Zones. @@ -166,14 +166,11 @@ externalDocs: url: https://github.com/camaraproject/EdgeCloud servers: - - url: "{apiRoot}/{basePath}" + - url: "{apiRoot}/edge-application-management/vwip" variables: apiRoot: - default: http://localhost:443 - description: API root - basePath: - default: edge-application-management/vwip - description: Base path for the Edge Application Management API + default: http://localhost:9091 + description: API root, defined by the service provider, e.g. `api.example.com` or `api.example.com/somepath` tags: - name: Application