[[["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."],[[["This endpoint updates a specific task within a designated task list using a PUT request."],["The request requires task list and task identifiers as path parameters."],["The request and response bodies utilize the `Task` object for data transfer."],["Authorization is necessary using the `https://www.googleapis.com/auth/tasks` OAuth scope."]]],["This document outlines the process for updating a specific task using a PUT request. The request URL targets `https://tasks.googleapis.com/tasks/v1/lists/{tasklist}/tasks/{task}`, employing gRPC Transcoding. It requires two path parameters: `tasklist` and `task` identifiers. The request body should include an instance of `Task`, and a successful response also returns an instance of `Task`. Authorization requires the `https://www.googleapis.com/auth/tasks` OAuth scope.\n"]]