Skip to content

Toggle the sticky state of an idea

Ideas

POST
/ideas/{id}/toggleStickyState

Parameters

Path Parameters

id*

ID of the idea to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator toggling the idea sticky state

Type
string
Required

Request Body

application/json
JSON
{
  
"sticky": false
}

Responses

Idea sticky state updated

Samples

Gainsight CC Developer Portal