[[["התוכן קל להבנה","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-09-05 (שעון UTC)."],[[["Updates the authenticated user's specified task list using a PUT request."],["Requires a task list identifier as a path parameter and a TaskList object in the request body."],["Returns the updated TaskList object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/tasks` scope."]]],["This document outlines the process for updating a user's task list. It uses a `PUT` HTTP request to `https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}`, employing gRPC Transcoding. The `tasklist` parameter, a string identifier, is required in the URL path. The request body must include a `TaskList` instance, and a successful response will also return a `TaskList` instance. Authorization requires the `https://www.googleapis.com/auth/tasks` OAuth scope.\n"]]