Set the priority of the task with the specified id.
<Check title="Required Permissions">Any authenticated user.</Check>
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Request
The model to change the priority.
taskId
The id of the task.
isPrio
Priority flag of the task.
Response
OK