Skip to content

Commit

Permalink
feat(tasks): update the api
Browse files Browse the repository at this point in the history
#### tasks:v1

The following keys were added:
- schemas.Task.properties.webViewLink.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 19, 2024
1 parent 62ce2be commit 595e2b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/dyn/tasks_v1.tasks.html
Expand Up @@ -174,6 +174,7 @@ <h3>Method Details</h3>
&quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
&quot;title&quot;: &quot;A String&quot;, # Title of the task.
&quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
&quot;webViewLink&quot;: &quot;A String&quot;, # An absolute link to the task in the Google Tasks Web UI. This field is read-only.
}</pre>
</div>

Expand Down Expand Up @@ -208,6 +209,7 @@ <h3>Method Details</h3>
&quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
&quot;title&quot;: &quot;A String&quot;, # Title of the task.
&quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
&quot;webViewLink&quot;: &quot;A String&quot;, # 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.
Expand Down Expand Up @@ -242,6 +244,7 @@ <h3>Method Details</h3>
&quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
&quot;title&quot;: &quot;A String&quot;, # Title of the task.
&quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
&quot;webViewLink&quot;: &quot;A String&quot;, # An absolute link to the task in the Google Tasks Web UI. This field is read-only.
}</pre>
</div>

Expand Down Expand Up @@ -294,6 +297,7 @@ <h3>Method Details</h3>
&quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
&quot;title&quot;: &quot;A String&quot;, # Title of the task.
&quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
&quot;webViewLink&quot;: &quot;A String&quot;, # An absolute link to the task in the Google Tasks Web UI. This field is read-only.
},
],
&quot;kind&quot;: &quot;A String&quot;, # Type of the resource. This is always &quot;tasks#tasks&quot;.
Expand Down Expand Up @@ -354,6 +358,7 @@ <h3>Method Details</h3>
&quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
&quot;title&quot;: &quot;A String&quot;, # Title of the task.
&quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
&quot;webViewLink&quot;: &quot;A String&quot;, # An absolute link to the task in the Google Tasks Web UI. This field is read-only.
}</pre>
</div>

Expand Down Expand Up @@ -389,6 +394,7 @@ <h3>Method Details</h3>
&quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
&quot;title&quot;: &quot;A String&quot;, # Title of the task.
&quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
&quot;webViewLink&quot;: &quot;A String&quot;, # An absolute link to the task in the Google Tasks Web UI. This field is read-only.
}

x__xgafv: string, V1 error format.
Expand Down Expand Up @@ -421,6 +427,7 @@ <h3>Method Details</h3>
&quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
&quot;title&quot;: &quot;A String&quot;, # Title of the task.
&quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
&quot;webViewLink&quot;: &quot;A String&quot;, # An absolute link to the task in the Google Tasks Web UI. This field is read-only.
}</pre>
</div>

Expand Down Expand Up @@ -456,6 +463,7 @@ <h3>Method Details</h3>
&quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
&quot;title&quot;: &quot;A String&quot;, # Title of the task.
&quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
&quot;webViewLink&quot;: &quot;A String&quot;, # An absolute link to the task in the Google Tasks Web UI. This field is read-only.
}

x__xgafv: string, V1 error format.
Expand Down Expand Up @@ -488,6 +496,7 @@ <h3>Method Details</h3>
&quot;status&quot;: &quot;A String&quot;, # Status of the task. This is either &quot;needsAction&quot; or &quot;completed&quot;.
&quot;title&quot;: &quot;A String&quot;, # Title of the task.
&quot;updated&quot;: &quot;A String&quot;, # Last modification time of the task (as a RFC 3339 timestamp).
&quot;webViewLink&quot;: &quot;A String&quot;, # An absolute link to the task in the Google Tasks Web UI. This field is read-only.
}</pre>
</div>

Expand Down
6 changes: 5 additions & 1 deletion googleapiclient/discovery_cache/documents/tasks.v1.json
Expand Up @@ -566,7 +566,7 @@
}
}
},
"revision": "20240310",
"revision": "20240317",
"rootUrl": "https://tasks.googleapis.com/",
"schemas": {
"Task": {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 595e2b0

Please sign in to comment.