Skip to content

Commit 93b6014

Browse files
phase optional lifecycle explain (#4325) (#4329)
(cherry picked from commit fee2276) Co-authored-by: Laura Trotta <[email protected]>
1 parent bfc51cc commit 93b6014

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

specification/ilm/explain_lifecycle/types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class LifecycleExplainManaged {
3939
lifecycle_date?: DateTime
4040
lifecycle_date_millis?: EpochTime<UnitMillis>
4141
managed: true
42-
phase: Name
42+
phase?: Name
4343
phase_time?: DateTime
4444
phase_time_millis?: EpochTime<UnitMillis>
4545
policy?: Name

0 commit comments

Comments
 (0)