Skip to content

Tag a conversation with moderator tags

Conversations

A moderator can edit moderator tags for a conversation. Note that this will overwrite existing moderator tags.

POST
/conversations/{id}/editModeratorTags

Parameters

Path Parameters

id*

ID of the conversation to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the moderator tags

Type
string
Required

Request Body

application/json
JSON
{
  
"moderatorTags": [
  
  
[
  
  
  
"important",
  
  
  
"announcement"
  
  
]
  
]
}

Responses

Conversation moderator tags were changed

Samples

Gainsight CC Developer Portal