Turn On Chat
https://api.deadsimplechat.com/consumer/api/v1/chatRoom/:roomId/off
Turn on Chat Room​
This endpoint lets you turn off the chat room.The chat room will be dynamically turned-on without needing the users to refresh the page.
Turn on Chat Room | description | |
---|---|---|
Parameters | ||
roomId | string | roomID of the chatRoom |
Query | ||
auth | string | Your account private key |
Responses​
200
JSON
{
success: true
}
400
JSON
{
"message": "invalid accessToken"
}