imported patch docs
diff --git a/docs/dyn/plus.v1.people.html b/docs/dyn/plus.v1.people.html
index 2eeac13..9f0a405 100644
--- a/docs/dyn/plus.v1.people.html
+++ b/docs/dyn/plus.v1.people.html
@@ -17,7 +17,11 @@
<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Get a person's profile.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
userId: string, The ID of the person to get the profile for. The special value "me" can be used to indicate the authenticated user. (required)<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -113,13 +117,17 @@
<dl><dt><a name="Resource-listByActivity"><strong>listByActivity</strong></a> = method(self, **kwargs)</dt><dd><tt>List all of the people in the specified collection for a particular activity.<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>
maxResults: integer, The maximum number of people 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>
activityId: string, The ID of the activity to get the list of people for. (required)<br>
collection: string, The collection of people to list. (required)<br>
Allowed values<br>
plusoners - List all people who have +1'd this activity.<br>
resharers - List all people who have reshared this activity.<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -234,10 +242,14 @@
<dl><dt><a name="Resource-search"><strong>search</strong></a> = method(self, **kwargs)</dt><dd><tt>Search all public profiles.<br>
<br>
Args:<br>
- language: string, Specify the preferred language to search with. See search language codes for available values.<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. This token may be of any length.<br>
+ language: string, Specify the preferred language to search with. See search language codes for available values.<br>
maxResults: integer, The maximum number of people to include in the response, used for paging. For any response, the actual number returned may be less than the specified maxResults.<br>
- query: string, Full-text search query string. (required)<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
+ query: string, Specify a query string for full text search of public text in all profiles. (required)<br>
<br>
Returns:<br>
An object of the form<br>