POST/users/{userId}/tasks/{taskId}/move
할 일을 다른 개인 카테고리로 이동한다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
task
| Parameter | Type | Description |
|---|---|---|
| userId | string | 사용자 ID required example : userf7da-f82c-4284-13e7-030f3b4c756x |
| taskId | string | 할 일 ID required example : 4f9373d8-0e34-45b3-8b04-5459fad4e855 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
| Property | Type | Description |
|---|---|---|
| toCategoryId | string | 할 일을 이동할 대상 카테고리 ID |
example
1{2 "toCategoryId": "6b943e91-9f5f-49fa-8fec-8921bc474a96"3}OK