Task Status Controller

Create task status

post/task-status

Request body

statusstring required

Task status name

backgroundColorstring

Background color for the status (hex color code)

textColorstring

Text color for the status (hex color code)

borderColorstring

Border color for the status (hex color code)

Example request

{
  "status": "To Do",
  "backgroundColor": "#FF5733",
  "textColor": "#FFFFFF",
  "borderColor": "#000000"
}

Response

Task status created successfully

Changes

No recorded changes to this endpoint across all 1 revision of this API.