More iteration on generated docs
This commit is contained in:
@ -41,22 +41,32 @@ Get builtin privileges. Get the list of cluster privileges and index privileges
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `SecurityGetBuiltinPrivilegesRequest`
|
||||
==== SecurityGetBuiltinPrivilegesRequest
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface SecurityGetBuiltinPrivilegesRequest extends <<RequestBase>> {
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
[discrete]
|
||||
===== `SecurityGetBuiltinPrivilegesResponse`
|
||||
==== SecurityGetBuiltinPrivilegesResponse
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface SecurityGetBuiltinPrivilegesResponse {
|
||||
cluster: string[]
|
||||
index: <<Indices>>
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user