API
chat.setTypingStatus
API
chat.setTypingStatus
Updates the current identity's typing status in the given thread.
PUT https://chat.api.rivet.gg/v1/threads/{thread_id}/typing-status
curl -X PUT -d '@body.json' 'https://chat.api.rivet.gg/v1/threads/{thread_id}/typing-status'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
thread_idrequired
string
Body
statusrequired
object
curl -X PUT -d '@body.json' 'https://chat.api.rivet.gg/v1/threads/{thread_id}/typing-status'