Skip to main content
PATCH
Update thread settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

threadId
string
required
Pattern: ^[0-9a-z]+$

Body

application/json
typingIndicatorsEnabled
boolean | null

Whether typing indicators are enabled for this thread. Set to null to use the team default setting.

Example:

true

Response

200 - application/json

OK

threadId
string
required

The ID of the thread.

Pattern: ^[0-9a-z]+$
Example:

"df6jbw4h36..."

typingIndicatorsEnabled
boolean | null
required

Whether typing indicators are enabled for this thread. If null, the team default setting is used.

Example:

true