Sets the priority flag for a task.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

The task Set Prio form payload.
taskIdstringRequiredformat: "uuid"
The id of the task.
isPriobooleanOptional
Priority flag of the task.

Errors

400
Bad Request Error
404
Not Found Error