v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Statuses

Update status order

Updates the drag-and-drop order of statuses in a project workflow.

put/statuses/order

Request body

status_orderstring[] required

Ordered list of status IDs by desired position

Example request

{
  "status_order": [
    "550e8400-e29b-41d4-a716-446655440000",
    "550e8400-e29b-41d4-a716-446655440001"
  ]
}

Response

Status order updated successfully

doneboolean required

Indicates if the operation was successful

{"stackTrail":"components:schemas:ServerResponse:properties:body","oasType":"schema","type":"unknown","description":"Response data (type varies by endpoint, null if no data)","nullable":true}
titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "message": "Operation completed successfully"
}