[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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"]]