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,10 +41,12 @@ Grant an API key. Create an API key on behalf of another user. This API is simil
----
[discrete]
===== `SecurityGrantApiKeyRequest`
==== SecurityGrantApiKeyRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface SecurityGrantApiKeyRequest extends <<RequestBase>> {
api_key: SecurityGrantApiKeyGrantApiKey
grant_type: SecurityGrantApiKeyApiKeyGrantType
@ -53,13 +55,18 @@ interface SecurityGrantApiKeyRequest extends <<RequestBase>> {
password?: <<Password>>
run_as?: <<Username>>
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `SecurityGrantApiKeyResponse`
==== SecurityGrantApiKeyResponse
[source,ts]
----
[pass]
++++
<pre>
++++
interface SecurityGrantApiKeyResponse {
api_key: string
id: <<Id>>
@ -67,5 +74,8 @@ interface SecurityGrantApiKeyResponse {
expiration?: <<EpochTime>><<<UnitMillis>>>
encoded: string
}
----
[pass]
++++
</pre>
++++