Skip to content

Commit 4c12a5c

Browse files
authored
Update simple_edge_discovery.yaml
Changed basepath version to /v1 Changed API version number to 1.0.0
1 parent eded195 commit 4c12a5c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

code/API_definitions/Discovery/simple_edge_discovery.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
openapi: 3.0.3
33
info:
44
title: Simple Edge Discovery API
5-
version: 0.9.4-rc.1
5+
version: 1.0.0
66
description: |
77
# Find the closest Edge Cloud Zone
88
---
@@ -149,8 +149,7 @@ info:
149149
150150
CAMARA guidelines defines a set of authorization flows which can grant API
151151
clients access to the API functionality, as outlined in the document
152-
[CAMARA-API-access-and-user-consent.md]
153-
(https://github.com/camaraproject/IdentityAndConsentManagement/blob/main/documentation/CAMARA-API-access-and-user-consent.md).
152+
[CAMARA-API-access-and-user-consent.md](https://github.com/camaraproject/IdentityAndConsentManagement/blob/main/documentation/CAMARA-API-access-and-user-consent.md).
154153
Which specific authorization flows are to be used will be determined during
155154
onboarding process, happening between the API Client and the Telco Operator
156155
exposing the API, taking into account the declared purpose for accessing
@@ -183,7 +182,7 @@ servers:
183182
default: https://localhost:443
184183
description: API root.
185184
basePath:
186-
default: simple-edge-discovery/v0
185+
default: simple-edge-discovery/v1
187186
description: Base path for the Simple Edge Discovery API.
188187

189188
tags:

0 commit comments

Comments
 (0)