Set the priority of the task with the specified id.

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

Headers

AuthorizationstringRequired

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

Request

The model to change the priority.
taskIdstringRequiredformat: "uuid"
The id of the task.
isPriobooleanRequired
Priority flag of the task.

Response

OK