POST/tasks/{taskId}/assignees/{userId}/complete
Changes the status of an assignee's task to complete.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
task
| Parameter | Type | Description |
|---|---|---|
| taskId | string | Task ID required example : 4f9373d8-0e34-45b3-8b04-5459fad4e855 |
| userId | string | User ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
No Content