Appearance
Toggle the sticky state of a conversation
Conversations
POST
/conversations/{id}/toggleStickyState
Parameters
Path Parameters
id*
ID of the conversation to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator toggling the conversation sticky state
Type
Requiredstring
Request Body
application/json
JSON "sticky": false
{
}
Responses
Conversation sticky state updated

