cURL
curl --request PATCH \ --url https://inboxapp.com/api/v1/threads/{threadId}/settings \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "typingIndicatorsEnabled": true } '
{ "threadId": "<string>", "typingIndicatorsEnabled": true }
Update settings for a specific thread
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Whether typing indicators are enabled for this thread. Set to null to use the team default setting.
true
OK
The ID of the thread.
"df6jbw4h36..."
Whether typing indicators are enabled for this thread. If null, the team default setting is used.
Was this page helpful?