chore: regens API reference docs (#889)
diff --git a/docs/dyn/dns_v1.changes.html b/docs/dyn/dns_v1.changes.html
index 091a5ef..fe185f9 100644
--- a/docs/dyn/dns_v1.changes.html
+++ b/docs/dyn/dns_v1.changes.html
@@ -75,7 +75,7 @@
<h1><a href="dns_v1.html">Google Cloud DNS API</a> . <a href="dns_v1.changes.html">changes</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
- <code><a href="#create">create(project, managedZone, body, clientOperationId=None)</a></code></p>
+ <code><a href="#create">create(project, managedZone, body=None, clientOperationId=None)</a></code></p>
<p class="firstline">Atomically update the ResourceRecordSet collection.</p>
<p class="toc_element">
<code><a href="#get">get(project, managedZone, changeId, clientOperationId=None)</a></code></p>
@@ -88,13 +88,13 @@
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
- <code class="details" id="create">create(project, managedZone, body, clientOperationId=None)</code>
+ <code class="details" id="create">create(project, managedZone, body=None, clientOperationId=None)</code>
<pre>Atomically update the ResourceRecordSet collection.
Args:
project: string, Identifies the project addressed by this request. (required)
managedZone: string, Identifies the managed zone addressed by this request. Can be the managed zone name or id. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence.