Method: tasklists.update
עדכון רשימת המשימות שצוינה של המשתמש המאומת.
בקשת HTTP
PUT https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}
בכתובת ה-URL נעשה שימוש בתחביר המרת gRPC.
פרמטרים של נתיב
פרמטרים |
tasklist |
string
מזהה רשימת המשימות.
|
גוף הבקשה
גוף הבקשה מכיל מופע של TaskList
.
גוף התגובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכלול מופע של TaskList
.
היקפי הרשאות
נדרש היקף OAuth הבא:
https://www.googleapis.com/auth/tasks
למידע נוסף, ניתן לעיין במדריך ההרשאות.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-05 (שעון UTC).
[null,null,["עדכון אחרון: 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"]]