chore: regens API reference docs (#889)
diff --git a/docs/dyn/reseller_v1.subscriptions.html b/docs/dyn/reseller_v1.subscriptions.html
index 807fae7..ea00680 100644
--- a/docs/dyn/reseller_v1.subscriptions.html
+++ b/docs/dyn/reseller_v1.subscriptions.html
@@ -78,22 +78,22 @@
<code><a href="#activate">activate(customerId, subscriptionId)</a></code></p>
<p class="firstline">Activates a subscription previously suspended by the reseller</p>
<p class="toc_element">
- <code><a href="#changePlan">changePlan(customerId, subscriptionId, body)</a></code></p>
+ <code><a href="#changePlan">changePlan(customerId, subscriptionId, body=None)</a></code></p>
<p class="firstline">Update a subscription plan. Use this method to update a plan for a 30-day trial or a flexible plan subscription to an annual commitment plan with monthly or yearly payments.</p>
<p class="toc_element">
- <code><a href="#changeRenewalSettings">changeRenewalSettings(customerId, subscriptionId, body)</a></code></p>
+ <code><a href="#changeRenewalSettings">changeRenewalSettings(customerId, subscriptionId, body=None)</a></code></p>
<p class="firstline">Update a user license's renewal settings. This is applicable for accounts with annual commitment plans only.</p>
<p class="toc_element">
- <code><a href="#changeSeats">changeSeats(customerId, subscriptionId, body)</a></code></p>
+ <code><a href="#changeSeats">changeSeats(customerId, subscriptionId, body=None)</a></code></p>
<p class="firstline">Update a subscription's user license settings.</p>
<p class="toc_element">
<code><a href="#delete">delete(customerId, subscriptionId, deletionType)</a></code></p>
-<p class="firstline">Cancel or transfer a subscription to direct.</p>
+<p class="firstline">Cancel, suspend, or transfer a subscription to direct.</p>
<p class="toc_element">
<code><a href="#get">get(customerId, subscriptionId)</a></code></p>
<p class="firstline">Get a specific subscription.</p>
<p class="toc_element">
- <code><a href="#insert">insert(customerId, body, customerAuthToken=None)</a></code></p>
+ <code><a href="#insert">insert(customerId, body=None, customerAuthToken=None)</a></code></p>
<p class="firstline">Create or transfer a subscription.</p>
<p class="toc_element">
<code><a href="#list">list(customerAuthToken=None, pageToken=None, maxResults=None, customerNamePrefix=None, customerId=None)</a></code></p>
@@ -183,13 +183,13 @@
</div>
<div class="method">
- <code class="details" id="changePlan">changePlan(customerId, subscriptionId, body)</code>
+ <code class="details" id="changePlan">changePlan(customerId, subscriptionId, body=None)</code>
<pre>Update a subscription plan. Use this method to update a plan for a 30-day trial or a flexible plan subscription to an annual commitment plan with monthly or yearly payments.
Args:
customerId: string, Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. (required)
subscriptionId: string, This is a required property. The subscriptionId is the subscription identifier and is unique for each customer. Since a subscriptionId changes when a subscription is updated, we recommend to not use this ID as a key for persistent data. And the subscriptionId can be found using the retrieve all reseller subscriptions method. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # JSON template for the ChangePlan rpc request.
@@ -279,13 +279,13 @@
</div>
<div class="method">
- <code class="details" id="changeRenewalSettings">changeRenewalSettings(customerId, subscriptionId, body)</code>
+ <code class="details" id="changeRenewalSettings">changeRenewalSettings(customerId, subscriptionId, body=None)</code>
<pre>Update a user license's renewal settings. This is applicable for accounts with annual commitment plans only.
Args:
customerId: string, Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. (required)
subscriptionId: string, This is a required property. The subscriptionId is the subscription identifier and is unique for each customer. Since a subscriptionId changes when a subscription is updated, we recommend to not use this ID as a key for persistent data. And the subscriptionId can be found using the retrieve all reseller subscriptions method. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # JSON template for a subscription renewal settings.
@@ -361,13 +361,13 @@
</div>
<div class="method">
- <code class="details" id="changeSeats">changeSeats(customerId, subscriptionId, body)</code>
+ <code class="details" id="changeSeats">changeSeats(customerId, subscriptionId, body=None)</code>
<pre>Update a subscription's user license settings.
Args:
customerId: string, Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. (required)
subscriptionId: string, This is a required property. The subscriptionId is the subscription identifier and is unique for each customer. Since a subscriptionId changes when a subscription is updated, we recommend to not use this ID as a key for persistent data. And the subscriptionId can be found using the retrieve all reseller subscriptions method. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # JSON template for subscription seats.
@@ -446,7 +446,7 @@
<div class="method">
<code class="details" id="delete">delete(customerId, subscriptionId, deletionType)</code>
- <pre>Cancel or transfer a subscription to direct.
+ <pre>Cancel, suspend, or transfer a subscription to direct.
Args:
customerId: string, Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. (required)
@@ -533,12 +533,12 @@
</div>
<div class="method">
- <code class="details" id="insert">insert(customerId, body, customerAuthToken=None)</code>
+ <code class="details" id="insert">insert(customerId, body=None, customerAuthToken=None)</code>
<pre>Create or transfer a subscription.
Args:
customerId: string, Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates. (required)
- body: object, The request body. (required)
+ body: object, The request body.
The object takes the form of:
{ # JSON template for a subscription.