docs: docs update (#911)

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
- [ ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-api-python-client/issues/new/choose) before writing your code!  That way we can discuss the change, evaluate designs, and agree on the general idea
- [ ] Ensure the tests and linter pass
- [ ] Code coverage does not decrease (if any source code was changed)
- [ ] Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕
diff --git a/docs/dyn/androidmanagement_v1.signupUrls.html b/docs/dyn/androidmanagement_v1.signupUrls.html
index e8a8492..ebfa63c 100644
--- a/docs/dyn/androidmanagement_v1.signupUrls.html
+++ b/docs/dyn/androidmanagement_v1.signupUrls.html
@@ -75,27 +75,27 @@
 <h1><a href="androidmanagement_v1.html">Android Management API</a> . <a href="androidmanagement_v1.signupUrls.html">signupUrls</a></h1>
 <h2>Instance Methods</h2>
 <p class="toc_element">
-  <code><a href="#create">create(projectId=None, x__xgafv=None, callbackUrl=None)</a></code></p>
+  <code><a href="#create">create(projectId=None, callbackUrl=None, x__xgafv=None)</a></code></p>
 <p class="firstline">Creates an enterprise signup URL.</p>
 <h3>Method Details</h3>
 <div class="method">
-    <code class="details" id="create">create(projectId=None, x__xgafv=None, callbackUrl=None)</code>
+    <code class="details" id="create">create(projectId=None, callbackUrl=None, x__xgafv=None)</code>
   <pre>Creates an enterprise signup URL.
 
 Args:
   projectId: string, The ID of the Google Cloud Platform project which will own the enterprise.
+  callbackUrl: string, The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
       2 - v2 error format
-  callbackUrl: string, The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes.
 
 Returns:
   An object of the form:
 
     { # An enterprise signup URL.
-    "url": "A String", # A URL where an enterprise admin can register their enterprise. The page can't be rendered in an iframe.
-    "name": "A String", # The name of the resource. Use this value in the signupUrl field when calling enterprises.create to complete the enterprise signup flow.
+    &quot;url&quot;: &quot;A String&quot;, # A URL where an enterprise admin can register their enterprise. The page can&#x27;t be rendered in an iframe.
+    &quot;name&quot;: &quot;A String&quot;, # The name of the resource. Use this value in the signupUrl field when calling enterprises.create to complete the enterprise signup flow.
   }</pre>
 </div>