More iteration on generated docs
This commit is contained in:
@ -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>
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user