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 field usage information for each shard and field of an index.
----
[discrete]
===== `IndicesFieldUsageStatsRequest`
==== IndicesFieldUsageStatsRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface IndicesFieldUsageStatsRequest extends <<RequestBase>> {
index: <<Indices>>
allow_no_indices?: boolean
@ -55,13 +57,21 @@ interface IndicesFieldUsageStatsRequest extends <<RequestBase>> {
timeout?: <<Duration>>
wait_for_active_shards?: <<WaitForActiveShards>>
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `IndicesFieldUsageStatsResponse`
==== IndicesFieldUsageStatsResponse
[source,ts]
----
[pass]
++++
<pre>
++++
type IndicesFieldUsageStatsResponse = IndicesFieldUsageStatsFieldsUsageBody
----
[pass]
++++
</pre>
++++