Skip to content

Commit 2af7fa6

Browse files
committed
Merge branch 'master' of https://github.com/DaalBot/API
2 parents 1b87364 + 20be4af commit 2af7fa6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

docs.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,32 @@
503503
},
504504
"type": "Dashboard"
505505
},
506+
{
507+
"method": "get",
508+
"route": "/dashboard/info",
509+
"meta": {
510+
"description": "Returns a collection of information from the api (mostly used for badges)",
511+
"body": null,
512+
"query": {
513+
"guild": {
514+
"type": "string",
515+
"description": "The ID of the guild to perform the action on",
516+
"required": true
517+
}
518+
},
519+
"authorization": "None",
520+
"returns": {
521+
"200": [
522+
{
523+
"type": "Object",
524+
"example": "{\n \"status\": \"online\", // always online, this is just for the sake of shields.io not just showing PONG\n \"guilds\": 85,\n \"ping\": 42,\n}"
525+
}
526+
]
527+
},
528+
"comment": null
529+
},
530+
"type": "Dashboard"
531+
},
506532
{
507533
"method": "get",
508534
"route": "/dashboard/logs/channel",

0 commit comments

Comments
 (0)