POST/users/{userId}/tasks/{taskId}/move
Moves a task to a user's category.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
task
| Parameter | Type | Description |
|---|---|---|
| userId | string | User ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| taskId | string | Task ID required example : 4f9373d8-0e34-45b3-8b04-5459fad4e855 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| toCategoryId | string | Destination category ID |
example
1{2 "toCategoryId": "6b943e91-9f5f-49fa-8fec-8921bc474a96"3}OK