Method: tasklists.patch
認証されたユーザーが指定したタスクリストを更新します。このメソッドは、パッチのセマンティクスをサポートしています。
HTTP リクエスト
PATCH https://tasks.googleapis.com/tasks/v1/users/@me/lists/{tasklist}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
tasklist |
string
タスクリストの識別子。
|
リクエスト本文
リクエストの本文には TaskList
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には TaskList
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/tasks
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 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 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"]]