Skip to content

Commit d907ed9

Browse files
authored
Fix descriptions of only_managed and only_errors (#1973)
1 parent b3bfcd6 commit d907ed9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

output/schema/schema.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)