chore: regens API reference docs (#889)
diff --git a/docs/dyn/tasks_v1.tasks.html b/docs/dyn/tasks_v1.tasks.html
index 0509384..6c5fc4d 100644
--- a/docs/dyn/tasks_v1.tasks.html
+++ b/docs/dyn/tasks_v1.tasks.html
@@ -84,8 +84,8 @@
<code><a href="#get">get(tasklist, task)</a></code></p>
<p class="firstline">Returns the specified task.</p>
<p class="toc_element">
- <code><a href="#insert">insert(tasklist, body, parent=None, previous=None)</a></code></p>
-<p class="firstline">Creates a new task on the specified task list.</p>
+ <code><a href="#insert">insert(tasklist, body=None, parent=None, previous=None)</a></code></p>
+<p class="firstline">Creates a new task on the specified task list. Fails with HTTP code 403 or 429 after reaching the storage limit of 100,000 tasks per account.</p>
<p class="toc_element">
<code><a href="#list">list(tasklist, showCompleted=None, dueMin=None, dueMax=None, pageToken=None, updatedMin=None, showDeleted=None, completedMax=None, maxResults=None, completedMin=None, showHidden=None)</a></code></p>
<p class="firstline">Returns all tasks in the specified task list.</p>
@@ -96,10 +96,10 @@
<code><a href="#move">move(tasklist, task, parent=None, previous=None)</a></code></p>
<p class="firstline">Moves the specified task to another position in the task list. This can include putting it as a child task under a new parent and/or move it to a different position among its sibling tasks.</p>
<p class="toc_element">
- <code><a href="#patch">patch(tasklist, task, body)</a></code></p>
+ <code><a href="#patch">patch(tasklist, task, body=None)</a></code></p>
<p class="firstline">Updates the specified task. This method supports patch semantics.</p>
<p class="toc_element">
- <code><a href="#update">update(tasklist, task, body)</a></code></p>
+ <code><a href="#update">update(tasklist, task, body=None)</a></code></p>
<p class="firstline">Updates the specified task.</p>
<h3>Method Details</h3>
<div class="method">
@@ -141,13 +141,13 @@
{
"type": "A String", # Type of the link, e.g. "email".
"link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
"title": "A String", # Title of the task.
"deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
"etag": "A String", # ETag of the resource.
"notes": "A String", # Notes describing the task. Optional.
"position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
@@ -158,12 +158,12 @@
</div>
<div class="method">
- <code class="details" id="insert">insert(tasklist, body, parent=None, previous=None)</code>
- <pre>Creates a new task on the specified task list.
+ <code class="details" id="insert">insert(tasklist, body=None, parent=None, previous=None)</code>
+ <pre>Creates a new task on the specified task list. Fails with HTTP code 403 or 429 after reaching the storage limit of 100,000 tasks per account.
Args:
tasklist: string, Task list identifier. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{
@@ -175,13 +175,13 @@
{
"type": "A String", # Type of the link, e.g. "email".
"link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
"title": "A String", # Title of the task.
"deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
"etag": "A String", # ETag of the resource.
"notes": "A String", # Notes describing the task. Optional.
"position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
@@ -205,13 +205,13 @@
{
"type": "A String", # Type of the link, e.g. "email".
"link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
"title": "A String", # Title of the task.
"deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
"etag": "A String", # ETag of the resource.
"notes": "A String", # Notes describing the task. Optional.
"position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
@@ -253,13 +253,13 @@
{
"type": "A String", # Type of the link, e.g. "email".
"link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
"title": "A String", # Title of the task.
"deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
"etag": "A String", # ETag of the resource.
"notes": "A String", # Notes describing the task. Optional.
"position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
@@ -309,13 +309,13 @@
{
"type": "A String", # Type of the link, e.g. "email".
"link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
"title": "A String", # Title of the task.
"deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
"etag": "A String", # ETag of the resource.
"notes": "A String", # Notes describing the task. Optional.
"position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
@@ -326,13 +326,13 @@
</div>
<div class="method">
- <code class="details" id="patch">patch(tasklist, task, body)</code>
+ <code class="details" id="patch">patch(tasklist, task, body=None)</code>
<pre>Updates the specified task. This method supports patch semantics.
Args:
tasklist: string, Task list identifier. (required)
task: string, Task identifier. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{
@@ -344,13 +344,13 @@
{
"type": "A String", # Type of the link, e.g. "email".
"link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
"title": "A String", # Title of the task.
"deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
"etag": "A String", # ETag of the resource.
"notes": "A String", # Notes describing the task. Optional.
"position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
@@ -372,13 +372,13 @@
{
"type": "A String", # Type of the link, e.g. "email".
"link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
"title": "A String", # Title of the task.
"deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
"etag": "A String", # ETag of the resource.
"notes": "A String", # Notes describing the task. Optional.
"position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
@@ -389,13 +389,13 @@
</div>
<div class="method">
- <code class="details" id="update">update(tasklist, task, body)</code>
+ <code class="details" id="update">update(tasklist, task, body=None)</code>
<pre>Updates the specified task.
Args:
tasklist: string, Task list identifier. (required)
task: string, Task identifier. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{
@@ -407,13 +407,13 @@
{
"type": "A String", # Type of the link, e.g. "email".
"link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
"title": "A String", # Title of the task.
"deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
"etag": "A String", # ETag of the resource.
"notes": "A String", # Notes describing the task. Optional.
"position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.
@@ -435,13 +435,13 @@
{
"type": "A String", # Type of the link, e.g. "email".
"link": "A String", # The URL.
- "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
+ "description": "A String", # The description. In HTML speak: Everything between <a> and </a>.
},
],
"title": "A String", # Title of the task.
"deleted": True or False, # Flag indicating whether the task has been deleted. The default if False.
"completed": "A String", # Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed.
- "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional.
+ "due": "A String", # Due date of the task (as a RFC 3339 timestamp). Optional. The due date only records date information; the time portion of the timestamp is discarded when setting the due date. It isn't possible to read or write the time that a task is due via the API.
"etag": "A String", # ETag of the resource.
"notes": "A String", # Notes describing the task. Optional.
"position": "A String", # String indicating the position of the task among its sibling tasks under the same parent task or at the top level. If this string is greater than another task's corresponding position string according to lexicographical ordering, the task is positioned after the other task under the same parent task (or at the top level). This field is read-only. Use the "move" method to move the task to another position.