Skip to main content
PUT
Update chat

Authorizations

Authorization
string
header
required

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

Path Parameters

channelId
string
required
chatId
string
required

Body

application/json
isUnread
boolean
status
enum<string>
Available options:
OPEN,
CLOSED,
SNOOZED
assignedUserId
string<uuid> | null
assignedTeamId
string<uuid> | null

Response

200 - application/json
success
enum<boolean>
required
Available options:
true
data
object
required