Set the priority of the task with the specified id.

Required Permissions
Any authenticated user.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
taskIdUUIDRequired

The id of the task.

isPriobooleanRequired

Priority flag of the task.

Response

OK