imported patch docs
diff --git a/docs/dyn/orkut.v2.activities.html b/docs/dyn/orkut.v2.activities.html
index 339bee1..5538185 100644
--- a/docs/dyn/orkut.v2.activities.html
+++ b/docs/dyn/orkut.v2.activities.html
@@ -17,20 +17,28 @@
<dl><dt><a name="Resource-delete"><strong>delete</strong></a> = method(self, **kwargs)</dt><dd><tt>Deletes an existing activity, if the access controls allow it.<br>
<br>
Args:<br>
- activityId: string, ID of the activity to remove. (required)</tt></dd></dl>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
+ activityId: string, ID of the activity to remove. (required)<br>
+ userip: string, A parameter</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves a list of activities.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
pageToken: string, A continuation token that allows pagination.<br>
+ hl: string, Specifies the interface language (host language) of your user interface.<br>
userId: string, The ID of the user whose activities will be listed. Can be me to refer to the viewer (i.e. the authenticated user). (required)<br>
maxResults: integer, The maximum number of activities to include in the response.<br>
+ strict: string, A parameter<br>
collection: string, The collection of activities to list. (required)<br>
Allowed values<br>
all - All activities created by the specified user that the authenticated user is authorized to view.<br>
scraps - The specified user's scrapbook.<br>
stream - The specified user's stream feed, intended for consumption. This includes activities posted by people that the user is following, and activities in which the user has been mentioned.<br>
- hl: string, Specifies the interface language (host language) of your user interface.<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>