More iteration on generated docs

This commit is contained in:
Josh Mock
2024-11-19 17:04:50 -06:00
parent 4afd72b173
commit e0372eea89
503 changed files with 11653 additions and 6026 deletions

View File

@ -41,25 +41,35 @@ Update an API key. Updates attributes of an existing API key. Users can only upd
----
[discrete]
===== `SecurityUpdateApiKeyRequest`
==== SecurityUpdateApiKeyRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface SecurityUpdateApiKeyRequest extends <<RequestBase>> {
id: <<Id>>
role_descriptors?: Record<string, SecurityRoleDescriptor>
metadata?: <<Metadata>>
expiration?: <<Duration>>
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `SecurityUpdateApiKeyResponse`
==== SecurityUpdateApiKeyResponse
[source,ts]
----
[pass]
++++
<pre>
++++
interface SecurityUpdateApiKeyResponse {
updated: boolean
}
----
[pass]
++++
</pre>
++++