More iteration on generated docs
This commit is contained in:
@ -41,10 +41,12 @@ Get index settings. Returns setting information for one or more indices. For dat
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `IndicesGetSettingsRequest`
|
||||
==== IndicesGetSettingsRequest
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface IndicesGetSettingsRequest extends <<RequestBase>> {
|
||||
index?: <<Indices>>
|
||||
name?: <<Names>>
|
||||
@ -56,13 +58,21 @@ interface IndicesGetSettingsRequest extends <<RequestBase>> {
|
||||
local?: boolean
|
||||
master_timeout?: <<Duration>>
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
[discrete]
|
||||
===== `IndicesGetSettingsResponse`
|
||||
==== IndicesGetSettingsResponse
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
type IndicesGetSettingsResponse = Record<<<IndexName>>, IndicesIndexState>
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user