docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/apigee_v1.hybrid.issuers.html b/docs/dyn/apigee_v1.hybrid.issuers.html
index c837808..a56ff70 100644
--- a/docs/dyn/apigee_v1.hybrid.issuers.html
+++ b/docs/dyn/apigee_v1.hybrid.issuers.html
@@ -98,10 +98,10 @@
{
"issuers": [ # Lists of hybrid services and its trusted issuer email ids.
{
+ "service": "A String", # String indicating the Apigee service name.
"emailIds": [ # List of trusted issuer email ids.
"A String",
],
- "service": "A String", # String indicating the Apigee service name.
},
],
}</pre>