v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Statuses

Update Status

Updates an existing custom status. Default statuses (0, 1, 2) cannot be modified.

IMPORTANT NOTE: Changes to statuses automatically propogate to all tasks currently assigned that status.

Path Parameters:

  • statusID (number, required) - ID of the status to update

Request Body (at least one field required):

  • name (string, optional) - New status name, 1-100 characters, must be unique

  • description (string, optional) - New description, max 65535 characters

  • sortOrder (integer, optional) - New display order, 0-99

Validation:

  • Cannot modify default statuses (IDs 0, 1, 2)

  • If changing name, must not conflict with existing statuses

  • Status must exist and belong to the customer

patch/v2/statuses/{statusID}

Request body

namestring
descriptionstring
sortOrderinteger

Response

The operation completed successfully. The response body is empty.