Appearance
Toggle the sticky state of an idea
Ideas
POST
/ideas/{id}/toggleStickyState
Parameters
Path Parameters
id*
ID of the idea to interact with
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator toggling the idea sticky state
Type
Requiredstring
Request Body
application/json
JSON "sticky": false
{
}
Responses
Idea sticky state updated

