Refresh dynamic docs
diff --git a/docs/dyn/adexchangebuyer.v1.accounts.html b/docs/dyn/adexchangebuyer.v1.accounts.html
new file mode 100644
index 0000000..f20a6d6
--- /dev/null
+++ b/docs/dyn/adexchangebuyer.v1.accounts.html
@@ -0,0 +1,152 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html><head><title>Python: class Resource</title>
+</head><body bgcolor="#f0f0f8">
+<p>
+<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
+<tr bgcolor="#ffc8d8">
+<td colspan=3 valign=bottom> <br>
+<font color="#000000" face="helvetica, arial"><a name="Resource">class <strong>Resource</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr>
+
+<tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td>
+<td colspan=2><tt>A class for interacting with a resource.<br> </tt></td></tr>
+<tr><td> </td>
+<td width="100%">Methods defined here:<br>
+<dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl>
+
+<dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Gets one account by ID.<br>
+ <br>
+Args:<br>
+ id: integer, The account id (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "adexchangebuyer#account", # Resource type.<br>
+ "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.<br>
+ "bidderLocation": [ # Your bidder locations that have distinct URLs.<br>
+ {<br>
+ "url": "A String", # The URL to which the Ad Exchange will send bid requests.<br>
+ "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.<br>
+ },<br>
+ ],<br>
+ "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.<br>
+ "id": 42, # Account id.<br>
+ "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.<br>
+ }</tt></dd></dl>
+
+<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves the authenticated user's list of accounts.<br>
+ <br>
+Args:<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "items": [ # A list of accounts.<br>
+ {<br>
+ "kind": "adexchangebuyer#account", # Resource type.<br>
+ "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.<br>
+ "bidderLocation": [ # Your bidder locations that have distinct URLs.<br>
+ {<br>
+ "url": "A String", # The URL to which the Ad Exchange will send bid requests.<br>
+ "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.<br>
+ },<br>
+ ],<br>
+ "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.<br>
+ "id": 42, # Account id.<br>
+ "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.<br>
+ },<br>
+ ],<br>
+ "kind": "adexchangebuyer#accountsList", # Resource type.<br>
+ }</tt></dd></dl>
+
+<dl><dt><a name="Resource-patch"><strong>patch</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates an existing account. This method supports patch semantics.<br>
+ <br>
+Args:<br>
+ body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "kind": "adexchangebuyer#account", # Resource type.<br>
+ "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.<br>
+ "bidderLocation": [ # Your bidder locations that have distinct URLs.<br>
+ {<br>
+ "url": "A String", # The URL to which the Ad Exchange will send bid requests.<br>
+ "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.<br>
+ },<br>
+ ],<br>
+ "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.<br>
+ "id": 42, # Account id.<br>
+ "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.<br>
+ }<br>
+ <br>
+ id: integer, The account id (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "adexchangebuyer#account", # Resource type.<br>
+ "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.<br>
+ "bidderLocation": [ # Your bidder locations that have distinct URLs.<br>
+ {<br>
+ "url": "A String", # The URL to which the Ad Exchange will send bid requests.<br>
+ "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.<br>
+ },<br>
+ ],<br>
+ "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.<br>
+ "id": 42, # Account id.<br>
+ "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.<br>
+ }</tt></dd></dl>
+
+<dl><dt><a name="Resource-update"><strong>update</strong></a> = method(self, **kwargs)</dt><dd><tt>Updates an existing account.<br>
+ <br>
+Args:<br>
+ body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "kind": "adexchangebuyer#account", # Resource type.<br>
+ "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.<br>
+ "bidderLocation": [ # Your bidder locations that have distinct URLs.<br>
+ {<br>
+ "url": "A String", # The URL to which the Ad Exchange will send bid requests.<br>
+ "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.<br>
+ },<br>
+ ],<br>
+ "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.<br>
+ "id": 42, # Account id.<br>
+ "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.<br>
+ }<br>
+ <br>
+ id: integer, The account id (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "kind": "adexchangebuyer#account", # Resource type.<br>
+ "maximumTotalQps": 42, # The sum of all bidderLocation.maximumQps values cannot exceed this. Please contact your technical account manager if you need to change this.<br>
+ "bidderLocation": [ # Your bidder locations that have distinct URLs.<br>
+ {<br>
+ "url": "A String", # The URL to which the Ad Exchange will send bid requests.<br>
+ "maximumQps": 42, # The maximum queries per second the Ad Exchange will send.<br>
+ },<br>
+ ],<br>
+ "cookieMatchingNid": "A String", # The nid parameter value used in cookie match requests. Please contact your technical account manager if you need to change this.<br>
+ "id": 42, # Account id.<br>
+ "cookieMatchingUrl": "A String", # The base URL used in cookie match requests.<br>
+ }</tt></dd></dl>
+
+<hr>
+Data descriptors defined here:<br>
+<dl><dt><strong>__dict__</strong></dt>
+<dd><tt>dictionary for instance variables (if defined)</tt></dd>
+</dl>
+<dl><dt><strong>__weakref__</strong></dt>
+<dd><tt>list of weak references to the object (if defined)</tt></dd>
+</dl>
+</td></tr></table>
+</body></html>
\ No newline at end of file