Skip to content

Add public tags to an article

Articles

Adds one or more public tags without replacing existing tags.

POST
/articles/{id}/tags/add

Parameters

Path Parameters

id*

ID of the article to interact with

Type
string
Required

Query Parameters

authorId*

ID of the author editing the article tags

Type
string
Required

Request Body

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

Responses

Article tags were changed

Samples

Gainsight CC Developer Portal