v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Priorities

Update Priority

This request updates a Priority.

When providing priorityLevel or isDefault, calls to this endpoint may reorder or otherwise adjust other priorities.

name | String | Optional | The title of this priority. priorityLevel | Int | Optional | What level is this priority? When moving a priority to a different priorityLevel, be mindful that this will shift other priorities' priorityLevels in order to accommodate this change. If provided, this can only be between the numbers 1 and the current highest priorityLevel. color | String | Optional | This is the color that will be shown on all tasks with this priority. isDefault | Boolean | Optional | Should this be the default priority that tasks are assigned to when a priority is not specified? When setting this to true, any other priorities whose isDefault is true will have it set to false.

patch/v2/priorities/{priorityID}

Request body

namestring
isDefaultboolean

Response

The operation completed successfully. The response body is empty.