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 @@ Returns statistics for one or more indices. For data streams, the API retrieves
----
[discrete]
===== `IndicesStatsRequest`
==== IndicesStatsRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface IndicesStatsRequest extends <<RequestBase>> {
metric?: <<Metrics>>
index?: <<Indices>>
@ -58,17 +60,25 @@ interface IndicesStatsRequest extends <<RequestBase>> {
include_unloaded_segments?: boolean
level?: <<Level>>
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `IndicesStatsResponse`
==== IndicesStatsResponse
[source,ts]
----
[pass]
++++
<pre>
++++
interface IndicesStatsResponse {
indices?: Record<string, IndicesStatsIndicesStats>
_shards: <<ShardStatistics>>
_all: IndicesStatsIndicesStats
}
----
[pass]
++++
</pre>
++++