[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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."]]],["This document outlines the process for updating a user's task list via a PATCH request. The core action is to send a `PATCH` request to a specific URL: `https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}`, using a unique task list identifier. The request body requires an instance of `TaskList`. A successful operation returns an updated `TaskList` instance in the response body. This operation requires authorization via the OAuth scope: `https://www.googleapis.com/auth/tasks`.\n"]]