v1
latestOpenAPI 3.1.02026-08-066984441.1 MBtaskStatuses
Updates a task status for the specified project.
The status type cannot be changed if it is the last status of type 'todo' or 'done'.
<Check title="Required Permissions" icon="key">The user must either have `project-planning-data:write` permissions or be creator of the project.</Check>
put/projects/{projectId}/taskstatuses/{taskStatusId}
Path parameters
projectIdstring uuid required
The id of the project.
taskStatusIdstring uuid required
The id of the task status to update.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK