Create state
POST/api/v1/workspaces/:slug/projects/:project_id/states/
Create a new workflow state for a project with specified name, color, and group.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
State created
Invalid request data provided
Authentication credentials were not provided or are invalid.
Permission denied. User lacks required permissions.
The requested resource was not found.
State with the same name already exists