-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathstat.json
54 lines (54 loc) · 1.07 KB
/
stat.json
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
{
"openrpc": "1.2.1",
"info": {
"title": "IBSng: branch D: stat",
"version": "1.0.0"
},
"methods": [
{
"name": "stat.getStatistics",
"description": "",
"auth_type": ["ADMIN"],
"requires_perm": ["GOD"],
"params": [],
"result": {
"name": "Response (array)",
"summary": "",
"schema": {
"title": "",
"type": "array"
}
}
},
{
"name": "stat.getAllStatsByStatCategory",
"description": "",
"auth_type": ["ADMIN"],
"requires_perm": ["GOD"],
"params": [],
"result": {
"name": "Response (object)",
"summary": "",
"schema": {
"title": "",
"type": "object"
}
}
},
{
"name": "stat.getUserQueueStats",
"description": "",
"auth_type": ["ADMIN"],
"requires_perm": ["GOD"],
"params": [],
"result": {
"name": "Response (array)",
"summary": "",
"schema": {
"title": "",
"type": "array"
}
}
}
]
}