Set Assignee
POST/task/:id/assignee
Changes the assignee of a task to a specific user.
Note: The difference with the Claim Task method is that this method does not check if the task already has a user assigned to it.
Request
Responses
- 204
- 500
Request successful.
Task with given id does not exist or setting the assignee was not successful. See the Introduction for the error response format.