Skip to content

Edit IdeaStatus

Ideas

POST
/ideas/{id}/editIdeaStatus

Parameters

Path Parameters

id*

Idea Status Id to be edited

Type
string
Required

Query Parameters

moderatorId*

ID of the moderator to edit the IdeaStatus

Type
string
Required

Request Body

application/json
JSON
{
  
"name": "An ideaStatus to be added",
  
"backgroundColor": "#ffffff",
  
"textColor": "#ffffff",
  
"default": "false",
  
"visible": "true",
  
"type": "open"
}

Responses

IdeaStatus created

Samples

Gainsight CC Developer Portal