Appearance
Edit IdeaStatus
Ideas
POST
/ideas/{id}/editIdeaStatus
Parameters
Path Parameters
id*
Idea Status Id to be edited
Type
Requiredstring
Query Parameters
moderatorId*
ID of the moderator to edit the IdeaStatus
Type
Requiredstring
Request Body
application/json
JSON "name": "An ideaStatus to be added", "backgroundColor": "#ffffff", "textColor": "#ffffff", "default": "false", "visible": "true", "type": "open"
{
}
Responses
IdeaStatus created

