Skip to content

Edit the opening post content of an article

Articles

Any moderator can change the content of an article.

POST
/articles/{id}/editContent

Parameters

Path Parameters

id*

ID of the article to interact with

Type
string
Required

Query Parameters

authorId*

ID of the author or moderator making the edits

Type
string
Required

Request Body

application/json
JSON
{
  
"content": "My updated content"
}

Responses

Article edited

Samples

Gainsight CC Developer Portal