More iteration on generated docs
This commit is contained in:
@ -41,23 +41,33 @@ Delete an alias. Removes a data stream or index from an alias.
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `IndicesDeleteAliasRequest`
|
||||
==== IndicesDeleteAliasRequest
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface IndicesDeleteAliasRequest extends <<RequestBase>> {
|
||||
index: <<Indices>>
|
||||
name: <<Names>>
|
||||
master_timeout?: <<Duration>>
|
||||
timeout?: <<Duration>>
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
[discrete]
|
||||
===== `IndicesDeleteAliasResponse`
|
||||
==== IndicesDeleteAliasResponse
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
type IndicesDeleteAliasResponse = <<AcknowledgedResponseBase>>
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user