imported patch docs
diff --git a/docs/dyn/tasks.v1.tasks.html b/docs/dyn/tasks.v1.tasks.html
index 83b9b96..f9effc4 100644
--- a/docs/dyn/tasks.v1.tasks.html
+++ b/docs/dyn/tasks.v1.tasks.html
@@ -17,19 +17,31 @@
<dl><dt><a name="Resource-clear"><strong>clear</strong></a> = method(self, **kwargs)</dt><dd><tt>Clears all completed tasks from the specified task list. The affected tasks will be marked as 'hidden' and no longer be returned by default when retrieving all tasks for a task list.<br>
<br>
Args:<br>
- tasklist: string, Task list identifier. (required)</tt></dd></dl>
+ pp: string, A parameter<br>
+ tasklist: string, Task list identifier. (required)<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter</tt></dd></dl>
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes the specified task from the task list.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
tasklist: string, Task list identifier. (required)<br>
- task: string, Task identifier. (required)</tt></dd></dl>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
+ task: string, Task identifier. (required)<br>
+ userip: string, A parameter</tt></dd></dl>
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns the specified task.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
tasklist: string, Task list identifier. (required)<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
task: string, Task identifier. (required)<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -88,8 +100,12 @@
"selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
}<br>
<br>
+ pp: string, A parameter<br>
tasklist: string, Task list identifier. (required)<br>
parent: string, Parent task identifier. If the task is created at the top level, this parameter is omitted. Optional.<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
+ trace: string, A parameter<br>
previous: string, Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted. Optional.<br>
<br>
Returns:<br>
@@ -122,17 +138,21 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns all tasks in the specified task list.<br>
<br>
Args:<br>
- dueMax: string, Upper bound for a task's due date (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by due date.<br>
- tasklist: string, Task list identifier. (required)<br>
- pageToken: string, Token specifying the result page to return. Optional.<br>
- updatedMin: string, Lower bound for a task's last modification time (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by last modification time.<br>
- maxResults: string, Maximum number of task lists returned on one page. Optional. The default is 100.<br>
- completedMin: string, Lower bound for a task's completion date (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by completion date.<br>
- showDeleted: boolean, Flag indicating whether deleted tasks are returned in the result. Optional. The default is False.<br>
- completedMax: string, Upper bound for a task's completion date (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by completion date.<br>
- showHidden: boolean, Flag indicating whether hidden tasks are returned in the result. Optional. The default is False.<br>
showCompleted: boolean, Flag indicating whether completed tasks are returned in the result. Optional. The default is True.<br>
dueMin: string, Lower bound for a task's due date (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by due date.<br>
+ dueMax: string, Upper bound for a task's due date (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by due date.<br>
+ pageToken: string, Token specifying the result page to return. Optional.<br>
+ updatedMin: string, Lower bound for a task's last modification time (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by last modification time.<br>
+ showDeleted: boolean, Flag indicating whether deleted tasks are returned in the result. Optional. The default is False.<br>
+ completedMax: string, Upper bound for a task's completion date (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by completion date.<br>
+ strict: string, A parameter<br>
+ tasklist: string, Task list identifier. (required)<br>
+ trace: string, A parameter<br>
+ pp: string, A parameter<br>
+ maxResults: string, Maximum number of task lists returned on one page. Optional. The default is 100.<br>
+ completedMin: string, Lower bound for a task's completion date (as a <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp) to filter by. Optional. The default is not to filter by completion date.<br>
+ showHidden: boolean, Flag indicating whether hidden tasks are returned in the result. Optional. The default is False.<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -181,9 +201,13 @@
<dl><dt><a name="Resource-move"><strong>move</strong></a> = method(self, **kwargs)</dt><dd><tt>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.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
tasklist: string, Task list identifier. (required)<br>
parent: string, New parent task identifier. If the task is moved to the top level, this parameter is omitted. Optional.<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
task: string, Task identifier. (required)<br>
+ trace: string, A parameter<br>
previous: string, New previous sibling task identifier. If the task is moved to the first position among its siblings, this parameter is omitted. Optional.<br>
<br>
Returns:<br>
@@ -243,8 +267,12 @@
"selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
}<br>
<br>
+ pp: string, A parameter<br>
tasklist: string, Task list identifier. (required)<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
task: string, Task identifier. (required)<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -303,8 +331,12 @@
"selfLink": "A String", # URL pointing to this task. Used to retrieve, update, or delete this task.<br>
}<br>
<br>
+ pp: string, A parameter<br>
tasklist: string, Task list identifier. (required)<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
task: string, Task identifier. (required)<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>