From 595e2b06ef66d9a61ae04d93e912e154a7066357 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 19 Mar 2024 07:08:25 +0000 Subject: [PATCH] feat(tasks): update the api #### tasks:v1 The following keys were added: - schemas.Task.properties.webViewLink.type (Total Keys: 1) --- docs/dyn/tasks_v1.tasks.html | 9 +++++++++ googleapiclient/discovery_cache/documents/tasks.v1.json | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/dyn/tasks_v1.tasks.html b/docs/dyn/tasks_v1.tasks.html index a727fa491c..e7c1b92474 100644 --- a/docs/dyn/tasks_v1.tasks.html +++ b/docs/dyn/tasks_v1.tasks.html @@ -174,6 +174,7 @@

Method Details

"status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp). + "webViewLink": "A String", # An absolute link to the task in the Google Tasks Web UI. This field is read-only. } @@ -208,6 +209,7 @@

Method Details

"status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp). + "webViewLink": "A String", # An absolute link to the task in the Google Tasks Web UI. This field is read-only. } parent: string, Parent task identifier. If the task is created at the top level, this parameter is omitted. Optional. @@ -242,6 +244,7 @@

Method Details

"status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp). + "webViewLink": "A String", # An absolute link to the task in the Google Tasks Web UI. This field is read-only. } @@ -294,6 +297,7 @@

Method Details

"status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp). + "webViewLink": "A String", # An absolute link to the task in the Google Tasks Web UI. This field is read-only. }, ], "kind": "A String", # Type of the resource. This is always "tasks#tasks". @@ -354,6 +358,7 @@

Method Details

"status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp). + "webViewLink": "A String", # An absolute link to the task in the Google Tasks Web UI. This field is read-only. } @@ -389,6 +394,7 @@

Method Details

"status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp). + "webViewLink": "A String", # An absolute link to the task in the Google Tasks Web UI. This field is read-only. } x__xgafv: string, V1 error format. @@ -421,6 +427,7 @@

Method Details

"status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp). + "webViewLink": "A String", # An absolute link to the task in the Google Tasks Web UI. This field is read-only. } @@ -456,6 +463,7 @@

Method Details

"status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp). + "webViewLink": "A String", # An absolute link to the task in the Google Tasks Web UI. This field is read-only. } x__xgafv: string, V1 error format. @@ -488,6 +496,7 @@

Method Details

"status": "A String", # Status of the task. This is either "needsAction" or "completed". "title": "A String", # Title of the task. "updated": "A String", # Last modification time of the task (as a RFC 3339 timestamp). + "webViewLink": "A String", # An absolute link to the task in the Google Tasks Web UI. This field is read-only. } diff --git a/googleapiclient/discovery_cache/documents/tasks.v1.json b/googleapiclient/discovery_cache/documents/tasks.v1.json index 0831994ac1..7c59cdc93c 100644 --- a/googleapiclient/discovery_cache/documents/tasks.v1.json +++ b/googleapiclient/discovery_cache/documents/tasks.v1.json @@ -566,7 +566,7 @@ } } }, -"revision": "20240310", +"revision": "20240317", "rootUrl": "https://tasks.googleapis.com/", "schemas": { "Task": { @@ -648,6 +648,10 @@ "updated": { "description": "Last modification time of the task (as a RFC 3339 timestamp).", "type": "string" +}, +"webViewLink": { +"description": "An absolute link to the task in the Google Tasks Web UI. This field is read-only.", +"type": "string" } }, "type": "object"