File tree 1 file changed +3
-4
lines changed
code/API_definitions/Discovery
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 2
2
openapi : 3.0.3
3
3
info :
4
4
title : Simple Edge Discovery API
5
- version : 0.9.4-rc.1
5
+ version : 1.0.0
6
6
description : |
7
7
# Find the closest Edge Cloud Zone
8
8
---
@@ -149,8 +149,7 @@ info:
149
149
150
150
CAMARA guidelines defines a set of authorization flows which can grant API
151
151
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).
154
153
Which specific authorization flows are to be used will be determined during
155
154
onboarding process, happening between the API Client and the Telco Operator
156
155
exposing the API, taking into account the declared purpose for accessing
@@ -183,7 +182,7 @@ servers:
183
182
default : https://localhost:443
184
183
description : API root.
185
184
basePath :
186
- default : simple-edge-discovery/v0
185
+ default : simple-edge-discovery/v1
187
186
description : Base path for the Simple Edge Discovery API.
188
187
189
188
tags :
You can’t perform that action at this time.
0 commit comments