Skip to content

Edit the title of an idea

Ideas

POST
/ideas/{id}/editTitle

Parameters

Path Parameters

id*

ID of the idea to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator editing the idea title

Type
string
Required

Request Body

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

Responses

Idea title was changed

Samples

Gainsight CC Developer Portal