Skip to content

Edit the title of an article

Articles

POST
/articles/{id}/editTitle

Parameters

Path Parameters

id*

ID of the article to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator making the edits

Type
string
Required

Request Body

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

Responses

Article edited

Samples

Gainsight CC Developer Portal