POST/users/{userId}/tasks/{taskId}/move

할 일을 다른 개인 카테고리로 이동한다.

Authorization

oauth2

OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.

Scope

task

HTTP Request

POSThttps://www.worksapis.com/v1.0/users/{userId}/tasks/{taskId}/move

Path Parameters

ParameterTypeDescription
userId string 

사용자 ID


required
example : userf7da-f82c-4284-13e7-030f3b4c756x 
taskId string 

할 일 ID


required
example : 4f9373d8-0e34-45b3-8b04-5459fad4e855 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Request Body

PropertyTypeDescription
toCategoryId string 

할 일을 이동할 대상 카테고리 ID

 

Request Example

example

1{2  "toCategoryId": "6b943e91-9f5f-49fa-8fec-8921bc474a96"3}

Response

HTTP 200

OK