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,23 +41,33 @@ Delete a dangling index. If Elasticsearch encounters index data that is absent f
----
[discrete]
===== `DanglingIndicesDeleteDanglingIndexRequest`
==== DanglingIndicesDeleteDanglingIndexRequest
[source,ts]
----
[pass]
++++
<pre>
++++
interface DanglingIndicesDeleteDanglingIndexRequest extends <<RequestBase>> {
index_uuid: <<Uuid>>
accept_data_loss: boolean
master_timeout?: <<Duration>>
timeout?: <<Duration>>
}
----
[pass]
++++
</pre>
++++
[discrete]
===== `DanglingIndicesDeleteDanglingIndexResponse`
==== DanglingIndicesDeleteDanglingIndexResponse
[source,ts]
----
[pass]
++++
<pre>
++++
type DanglingIndicesDeleteDanglingIndexResponse = <<AcknowledgedResponseBase>>
----
[pass]
++++
</pre>
++++