Conversations

Mark a conversation as favorite or unfavorite

REQUIRED SCOPES <code>['conversations:write']</code>

post/conversations/favorite

Request body

conversation_idinteger required

ID of the conversation

favoriteboolean required

True to mark as favorite, false to unmark

Response

Successful operation

typestring
messagestring

Example response

{
  "type": "status",
  "message": "Successfully updated."
}

Changes

No recorded changes to this endpoint across all 2 revisions of this API.