Skip to content

Tag an article with moderator tags

Articles

A moderator can edit moderator tags for an article. Note that this will overwrite existing moderator tags.

POST
/articles/{id}/editModeratorTags

Parameters

Path Parameters

id*

ID of the article 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

Article moderator tags were changed

Samples

Gainsight CC Developer Portal