[[["Прост для понимания","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"]],["Последнее обновление: 2024-10-30 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"]]