Commit f2734f7 1 parent e42b8c2 commit f2734f7 Copy full SHA for f2734f7
File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,13 @@ paths:
34
34
' 400 ' :
35
35
$ref : ' #/components/responses/ErrorResponse'
36
36
37
- /list_locations :
37
+ /locations :
38
38
get :
39
+ description : Lists all the visible locations to the caller.
39
40
parameters :
40
41
- name : asn
41
42
in : query
42
- description : List avaible locations for peering with the given ASN
43
+ description : List available locations for peering with the given ASN
43
44
required : true
44
45
schema :
45
46
type : integer
63
64
' 400 ' :
64
65
$ref : ' #/components/responses/ErrorResponse'
65
66
66
- /add_sessions :
67
+ /sessions :
67
68
post :
68
- description : Request peering
69
+ description : Requests a new set of sessions to be created.
69
70
requestBody :
70
71
description : Request to create peering sessions
71
72
content :
89
90
' 400 ' :
90
91
$ref : ' #/components/responses/ErrorResponse'
91
92
92
- /get_status :
93
93
get :
94
+ description : Lists a set of sessions visible to the caller. Each session in the set contains a summary of its current status.
94
95
parameters :
95
96
- name : asn
96
97
in : query
You can’t perform that action at this time.
0 commit comments