Skip to content

Commit 71fb331

Browse files
committed
Add skip to ilm.explain_lifecycle response
Follow-up of elastic/elasticsearch#128736
1 parent 55d431a commit 71fb331

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
@@ -49,6 +49,7 @@ export class LifecycleExplainManaged {
4949
phase_execution?: LifecycleExplainPhaseExecution
5050
/* `index_creation_date` as a duration */
5151
time_since_index_creation?: Duration
52+
skip: boolean
5253
}
5354

5455
export class LifecycleExplainUnmanaged {

0 commit comments

Comments
 (0)