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 @@ Closes an index.
----
[discrete]
===== `IndicesCloseRequest`
==== IndicesCloseRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface IndicesCloseRequest extends <<RequestBase>> {
index: <<Indices>>
allow_no_indices?: boolean
@ -54,17 +56,25 @@ interface IndicesCloseRequest extends <<RequestBase>> {
timeout?: <<Duration>>
wait_for_active_shards?: <<WaitForActiveShards>>
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `IndicesCloseResponse`
==== IndicesCloseResponse
[source,ts]
----
[pass]
++++
<pre>
++++
interface IndicesCloseResponse {
acknowledged: boolean
indices: Record<<<IndexName>>, IndicesCloseCloseIndexResult>
shards_acknowledged: boolean
}
----
[pass]
++++
</pre>
++++