Skip to content

Commit 7b89275

Browse files
committed
Fix descriptions of only_managed and only_errors
1 parent b3bfcd6 commit 7b89275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/ilm/explain_lifecycle/ExplainLifecycleRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ export interface Request extends RequestBase {
3838
}
3939
query_parameters: {
4040
/**
41-
* Filters the returned indices to only indices that are managed by ILM.
41+
* Filters the returned indices to only indices that are managed by ILM and are in an error state, either due to an encountering an error while executing the policy, or attempting to use a policy that does not exist.
4242
*/
4343
only_errors?: boolean
4444
/**
45-
* Filters the returned indices to only indices that are managed by ILM and are in an error state, either due to an encountering an error while executing the policy, or attempting to use a policy that does not exist.
45+
* Filters the returned indices to only indices that are managed by ILM.
4646
*/
4747
only_managed?: boolean
4848
/**

0 commit comments

Comments
 (0)