imported patch docs
diff --git a/docs/dyn/discovery.v1.apis.html b/docs/dyn/discovery.v1.apis.html
index 79ed0c3..9acd60c 100644
--- a/docs/dyn/discovery.v1.apis.html
+++ b/docs/dyn/discovery.v1.apis.html
@@ -17,8 +17,12 @@
<dl><dt><a name="Resource-getRest"><strong>getRest</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieve the description of a particular version of an api.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
api: string, The name of the API. (required)<br>
+ strict: string, A parameter<br>
version: string, The version of the API. (required)<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>
@@ -68,13 +72,17 @@
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieve the list of APIs supported at this endpoint.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
name: string, Only include APIs with the given name.<br>
+ trace: string, A parameter<br>
preferred: boolean, Return only the preferred version of an API.<br>
label: string, Only include APIs with a matching label, such as 'graduated' or 'labs'.<br>
Allowed values<br>
deprecated - APIs that have been deprecated.<br>
graduated - Supported APIs that have graduated from labs.<br>
labs - APIs that are experimental<br>
+ strict: string, A parameter<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>