Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions code/API_definitions/Edge-Application-Management.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down