Skip to content
CC Developer Portal
Search
K
Main Navigation
Home
Getting Started
Extensions
Connectors
SDK
API
Webhooks
Changelog
Appearance
Menu
Return to top
On this page
Are you an LLM? You can read better optimized documentation at /docs/api/operations/community/toggleConversationReplyHighlight.md for this page in Markdown format
Mark replies as highlighted or remove the highlight
Conversations
POST
/conversations/replies/{id}/toggleHighlight
Parameters
Path Parameters
id
*
Reply ID
Type
string
Required
Query Parameters
moderatorId
*
ID of the moderator updating the reply
Type
string
Required
Request Body
application/json
Schema
JSON
JSON
{
"highlighted"
:
false
}
Responses
204
404
422
500
Reply highlight was updated
Samples