Skip to content

Edit the title of a question

Questions

POST
/questions/{id}/editTitle

Parameters

Path Parameters

id*

ID of the question to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the question title

Type
string
Required

Request Body

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

Responses

Question title was changed

Samples

Gainsight CC Developer Portal