chore: regens API reference docs (#889)
diff --git a/docs/dyn/siteVerification_v1.webResource.html b/docs/dyn/siteVerification_v1.webResource.html
index 7149825..265e37b 100644
--- a/docs/dyn/siteVerification_v1.webResource.html
+++ b/docs/dyn/siteVerification_v1.webResource.html
@@ -81,19 +81,19 @@
<code><a href="#get">get(id)</a></code></p>
<p class="firstline">Get the most current data for a website or domain.</p>
<p class="toc_element">
- <code><a href="#getToken">getToken(body)</a></code></p>
+ <code><a href="#getToken">getToken(body=None)</a></code></p>
<p class="firstline">Get a verification token for placing on a website or domain.</p>
<p class="toc_element">
- <code><a href="#insert">insert(verificationMethod, body)</a></code></p>
+ <code><a href="#insert">insert(verificationMethod, body=None)</a></code></p>
<p class="firstline">Attempt verification of a website or domain.</p>
<p class="toc_element">
<code><a href="#list">list()</a></code></p>
<p class="firstline">Get the list of your verified websites and domains.</p>
<p class="toc_element">
- <code><a href="#patch">patch(id, body)</a></code></p>
+ <code><a href="#patch">patch(id, body=None)</a></code></p>
<p class="firstline">Modify the list of owners for your website or domain. This method supports patch semantics.</p>
<p class="toc_element">
- <code><a href="#update">update(id, body)</a></code></p>
+ <code><a href="#update">update(id, body=None)</a></code></p>
<p class="firstline">Modify the list of owners for your website or domain.</p>
<h3>Method Details</h3>
<div class="method">
@@ -128,11 +128,11 @@
</div>
<div class="method">
- <code class="details" id="getToken">getToken(body)</code>
+ <code class="details" id="getToken">getToken(body=None)</code>
<pre>Get a verification token for placing on a website or domain.
Args:
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{
@@ -154,12 +154,12 @@
</div>
<div class="method">
- <code class="details" id="insert">insert(verificationMethod, body)</code>
+ <code class="details" id="insert">insert(verificationMethod, body=None)</code>
<pre>Attempt verification of a website or domain.
Args:
verificationMethod: string, The method to use for verifying a site or domain. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{
@@ -215,12 +215,12 @@
</div>
<div class="method">
- <code class="details" id="patch">patch(id, body)</code>
+ <code class="details" id="patch">patch(id, body=None)</code>
<pre>Modify the list of owners for your website or domain. This method supports patch semantics.
Args:
id: string, The id of a verified site or domain. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{
@@ -251,12 +251,12 @@
</div>
<div class="method">
- <code class="details" id="update">update(id, body)</code>
+ <code class="details" id="update">update(id, body=None)</code>
<pre>Modify the list of owners for your website or domain.
Args:
id: string, The id of a verified site or domain. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{