Skip to content

Commit 630fd59

Browse files
authored
Add skip to ilm.explain_lifecycle response (#4552)
Follow-up of elastic/elasticsearch#128736
1 parent eacdb7a commit 630fd59

File tree

1 file changed

+1
-0
lines changed
  • specification/ilm/explain_lifecycle

1 file changed

+1
-0
lines changed

specification/ilm/explain_lifecycle/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ export class LifecycleExplainManaged {
5454
phase_execution?: LifecycleExplainPhaseExecution
5555
/* `index_creation_date` as a duration */
5656
time_since_index_creation?: Duration
57+
skip: boolean
5758
}
5859

5960
export class LifecycleExplainUnmanaged {

0 commit comments

Comments
 (0)