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,25 +41,35 @@ Simulate an index. Returns the index configuration that would be applied to the
----
[discrete]
===== `IndicesSimulateIndexTemplateRequest`
==== IndicesSimulateIndexTemplateRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface IndicesSimulateIndexTemplateRequest extends <<RequestBase>> {
name: <<Name>>
master_timeout?: <<Duration>>
include_defaults?: boolean
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `IndicesSimulateIndexTemplateResponse`
==== IndicesSimulateIndexTemplateResponse
[source,ts]
----
[pass]
++++
<pre>
++++
interface IndicesSimulateIndexTemplateResponse {
overlapping?: IndicesSimulateTemplateOverlapping[]
template: IndicesSimulateTemplateTemplate
}
----
[pass]
++++
</pre>
++++