forked from cloud-annotations/docusaurus-openapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopenapi-issue-21.json
More file actions
54 lines (54 loc) · 1.31 KB
/
openapi-issue-21.json
File metadata and controls
54 lines (54 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"openapi": "",
"info": {
"title": "",
"version": ""
},
"paths": {
"/health": {
"get": {
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/api/account/links/{partnerId}": {
"post": {
"description": "This method receives an authorization token. That token will be used to get the user's tokens."
}
},
"/account/pairs/{pairId}/linking-caps": {
"get": {}
},
"/api/aoi/subscriptions": {
"post": {
"description": "This method will create a new AOI subscription"
}
},
"/api/aoi/subscriptions/pair/{pairId}": {
"get": {
"description": "This method will return the AOI subscription based on the user session and the linked account"
},
"delete": {
"description": "This method will delete the current aoi subscription for a given pair"
}
},
"/api/exchange/orders/{transactionId}": {
"get": {}
},
"/api/feedback/contact-us": {
"post": {}
},
"/maintenance/partners/{partnerId}/accounts/{accountId}/history": {
"delete": {}
},
"/partners/accounts/{accountId}/links/{partnerId}/exists": {
"get": {
"description": "Proxy to PAUL's check if link exists"
}
}
},
"components": {}
}