Skip to content

Mark replies as highlighted or remove the highlight

Questions

POST
/questions/replies/{replyId}/toggleHighlight

Parameters

Path Parameters

replyId*

ID of the question reply to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator updating the reply

Type
string
Required

Request Body

application/json
JSON
{
  
"highlighted": false
}

Responses

Reply highlight was updated

Samples

Gainsight CC Developer Portal