Skip to content

Change the author of an article

Articles

A moderator can change the author of an article.

POST
/articles/{id}/changeAuthor

Parameters

Path Parameters

id*

ID of the article to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator changing the author of the article

Type
string
Required

Request Body

application/json
JSON
{
  
"authorId": "7"
}

Responses

Author has been changed

Samples

Gainsight CC Developer Portal