imported patch docs
diff --git a/docs/dyn/pagespeedonline.v1.pagespeedapi.html b/docs/dyn/pagespeedonline.v1.pagespeedapi.html
index 8c85adf..e1d37b3 100644
--- a/docs/dyn/pagespeedonline.v1.pagespeedapi.html
+++ b/docs/dyn/pagespeedonline.v1.pagespeedapi.html
@@ -17,13 +17,17 @@
<dl><dt><a name="Resource-runpagespeed"><strong>runpagespeed</strong></a> = method(self, **kwargs)</dt><dd><tt>Runs Page Speed analysis on the page at the specified URL, and returns a Page Speed score, a list of suggestions to make that page faster, and other information.<br>
<br>
Args:<br>
+ pp: string, A parameter<br>
+ trace: string, A parameter<br>
locale: string, The locale used to localize formatted results<br>
rule: string, A Page Speed rule to run; if none are given, all rules are run (repeated)<br>
strategy: string, The analysis strategy to use<br>
Allowed values<br>
desktop - Fetch and analyze the URL for desktop browsers<br>
mobile - Fetch and analyze the URL for mobile devices<br>
+ strict: string, A parameter<br>
url: string, The URL to fetch and analyze (required)<br>
+ userip: string, A parameter<br>
<br>
Returns:<br>
An object of the form<br>