Skip to content

Open/Close an idea

Ideas

A moderator can open or close an idea for replies.

POST
/ideas/{id}/toggleClosed

Parameters

Path Parameters

id*

ID of the idea to interact with

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator toggling the closed state for this idea

Type
string
Required

Request Body

application/json
JSON
{
  
"closed": false
}

Responses

Idea closed state was updated

Samples

Gainsight CC Developer Portal