지정된 할 일을 대상 할 일 목록의 다른 위치로 이동합니다. 대상 목록을 지정하지 않으면 작업이 현재 목록 내에서 이동합니다. 여기에는 새 상위 요소 아래의 하위 태스크로 배치하거나 동료 태스크 간에 다른 위치로 이동하는 것이 포함될 수 있습니다. 사용자는 할당당 최대 2,000개의 하위 할당을 보유할 수 있습니다.
HTTP 요청
POST https://tasks.googleapis.com/tasks/v1/lists/{tasklist}/tasks/{task}/move
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-02-28(UTC)"],[[["Moves a specified task to a new location within a task list, potentially changing its parent or sibling order."],["Requires providing the task and task list identifiers in the request path."],["Optionally allows specifying a new parent, previous sibling, or destination task list using query parameters."],["Utilizes an empty request body and returns the updated task details in the response."],["Needs authorization with the `https://www.googleapis.com/auth/tasks` scope."]]],["This document outlines the process for moving a task within or between task lists using the Tasks API. Key actions include making a `POST` request to the specified URL, providing the `tasklist` and `task` identifiers as path parameters. Optional query parameters like `parent`, `previous`, and `destinationTasklist` allow for specifying the task's new position and list. The request body must be empty. A successful operation returns a `Task` object. Authorization requires the `https://www.googleapis.com/auth/tasks` scope.\n"]]