File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 74
74
* [ ** /queues/:queueId/toggle** ` POST ` ] ( #post-queuesqueueidtoggle )
75
75
* [ ** /queues/:queueId/clear** ` GET ` ] ( #get-queuesqueueidclear )
76
76
* [ ** /queues/:queueId/clear** ` POST ` ] ( #post-queuesqueueidclear )
77
- - [ WebSocket Endpoint] ( #ws -endpoint )
77
+ - [ WebSocket Endpoint] ( #websocket -endpoint )
78
78
79
- # Overview
79
+ ## Overview
80
80
Firebot hosts a local API that developers can use to get data from Firebot or tell it to run effects.
81
81
* The API is hosted on port ** 7472** . All endpoints have the root ** http://localhost:7472/api/v1 **
82
82
* All responses are in JSON.
83
83
* Don't forget that Firebot must be running for the API to be available.
84
84
85
- # Endpoints
85
+ ## Rest Endpoints
86
86
87
87
## Authentication
88
88
@@ -1622,7 +1622,7 @@ POST /queues/queue1/clear
1622
1622
"status" : " removed"
1623
1623
}
1624
1624
```
1625
- # WS Endpoint
1625
+ ## WebSocket Endpoint
1626
1626
Firebot hosts a local Websocket API that developers can use to get data from Firebot.
1627
1627
* The API is hosted on port ** 7472** . All endpoints have the root ** ws://localhost:7472/api/v1**
1628
1628
* All responses are in JSON.
You can’t perform that action at this time.
0 commit comments