Skip to main content
PUT
Place or release a conversation legal hold

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Conversation id to place or release the hold on.

Required string length: 1 - 128

Body

application/json
hold
boolean
required

True to place a hold, false to release it.

reason
string

Optional operator-supplied justification for the change (max 512 chars).

Maximum string length: 512

Response

200

Successful response.