imported patch docs
diff --git a/docs/dyn/plus.v1.activities.html b/docs/dyn/plus.v1.activities.html
index 984dc04..97b4bf1 100644
--- a/docs/dyn/plus.v1.activities.html
+++ b/docs/dyn/plus.v1.activities.html
@@ -17,10 +17,11 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get an activity.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
+ strict: string, A parameter<br>
activityId: string, The ID of the activity to get. (required)<br>
- alt: string, Specifies an alternative representation type.<br>
- Allowed values<br>
- json - Use JSON format<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -129,7 +130,6 @@
"radius": "A String", # Radius, in meters, of the region where this activity occurred, centered at the latitude and longitude identified in geocode.<br>
"address": "A String", # Street address where this activity occurred.<br>
"crosspostSource": "A String", # If this activity is a crosspost from another system, this property specifies the ID of the original activity.<br>
- "placeholder": True or False, # True if this activity is a placeholder.<br>
"annotation": "A String", # Additional content added by the person who shared this activity, applicable only when resharing an activity.<br>
"published": "A String", # The time at which this activity was initially published. Formatted as an <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp.<br>
}</tt></dd></dl>
@@ -137,15 +137,16 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>List all of the activities in the specified collection for a particular user.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response.<br>
userId: string, The ID of the user to get activities for. The special value "me" can be used to indicate the authenticated user. (required)<br>
maxResults: integer, The maximum number of activities to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.<br>
+ strict: string, A parameter<br>
collection: string, The collection of activities to list. (required)<br>
Allowed values<br>
public - All public activities created by the specified user.<br>
- alt: string, Specifies an alternative representation type.<br>
- Allowed values<br>
- json - Use JSON format<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -259,7 +260,6 @@
"radius": "A String", # Radius, in meters, of the region where this activity occurred, centered at the latitude and longitude identified in geocode.<br>
"address": "A String", # Street address where this activity occurred.<br>
"crosspostSource": "A String", # If this activity is a crosspost from another system, this property specifies the ID of the original activity.<br>
- "placeholder": True or False, # True if this activity is a placeholder.<br>
"annotation": "A String", # Additional content added by the person who shared this activity, applicable only when resharing an activity.<br>
"published": "A String", # The time at which this activity was initially published. Formatted as an <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp.<br>
},<br>
@@ -288,9 +288,13 @@
Allowed values<br>
best - Sort activities by relevance to the user, most relevant first.<br>
recent - Sort activities by published date, most recent first.<br>
+ pp: string, A parameter<br>
language: string, Specify the preferred language to search with. See search language codes for available values.<br>
pageToken: string, The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of "nextPageToken" from the previous response. This token may be of any length.<br>
maxResults: integer, The maximum number of activities to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
+ trace: string, A parameter<br>
query: string, Full-text search query string. (required)<br>
<br>
Returns:<br>
@@ -405,7 +409,6 @@
"radius": "A String", # Radius, in meters, of the region where this activity occurred, centered at the latitude and longitude identified in geocode.<br>
"address": "A String", # Street address where this activity occurred.<br>
"crosspostSource": "A String", # If this activity is a crosspost from another system, this property specifies the ID of the original activity.<br>
- "placeholder": True or False, # True if this activity is a placeholder.<br>
"annotation": "A String", # Additional content added by the person who shared this activity, applicable only when resharing an activity.<br>
"published": "A String", # The time at which this activity was initially published. Formatted as an <a href="http://www.rfc-editor.org/rfc/rfc3339.txt">RFC 3339</a> timestamp.<br>
},<br>