Sets the priority flag for a task.

Required Permissions
Any authenticated user.

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.
isPriobooleanRequired
Priority flag of the task.

Response

No Content

Errors