Method: tasklists.patch
Updates the authenticated user's specified task list. This method supports patch semantics.
HTTP request
PATCH https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
tasklist |
string
Task list identifier.
|
Request body
The request body contains an instance of TaskList
.
Response body
If successful, the response body contains an instance of TaskList
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/tasks
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-04 UTC.
[null,null,["Last updated 2024-09-04 UTC."],[[["Updates the authenticated user's specified task list using patch semantics."],["The request requires a `tasklist` path parameter to identify the task list."],["The request and response bodies both utilize the `TaskList` resource."],["Authorization necessitates the `https://www.googleapis.com/auth/tasks` OAuth scope."]]],[]]