Appearance
Create IdeaStatus
Ideas
POST
/ideas/createIdeaStatus
Parameters
Query Parameters
authorId*
The ID of the author of 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

