More iteration on generated docs
This commit is contained in:
@ -41,20 +41,30 @@ Retries executing the policy for an index that is in the ERROR step.
|
||||
----
|
||||
|
||||
[discrete]
|
||||
===== `IlmRetryRequest`
|
||||
==== IlmRetryRequest
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
interface IlmRetryRequest extends <<RequestBase>> {
|
||||
index: <<IndexName>>
|
||||
}
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
[discrete]
|
||||
===== `IlmRetryResponse`
|
||||
==== IlmRetryResponse
|
||||
|
||||
[source,ts]
|
||||
----
|
||||
[pass]
|
||||
++++
|
||||
<pre>
|
||||
++++
|
||||
type IlmRetryResponse = <<AcknowledgedResponseBase>>
|
||||
----
|
||||
|
||||
[pass]
|
||||
++++
|
||||
</pre>
|
||||
++++
|
||||
|
||||
Reference in New Issue
Block a user