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