File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ segment:
70
70
- conditions
71
71
- segmentStatus
72
72
- type
73
+ - lastUpdatedAt
73
74
properties :
74
75
segmentID :
75
76
$ref : ' #/segmentID'
@@ -81,6 +82,8 @@ segment:
81
82
$ref : ' #/segmentStatus'
82
83
type :
83
84
$ref : ' #/segmentType'
85
+ lastUpdatedAt :
86
+ $ref : ' #/lastUpdatedAt'
84
87
errorMessage :
85
88
type : string
86
89
@@ -108,6 +111,11 @@ segmentName:
108
111
description : The name of the segment.
109
112
110
113
updatedAt :
114
+ type : string
115
+ description : The date and time at which the segment was updated (RFC3339).
116
+ example : 2021-07-22T12:30:00Z
117
+
118
+ lastUpdatedAt :
111
119
type : string
112
120
description : The date and time at which the segment was last updated (RFC3339).
113
121
example : 2021-07-22T12:30:00Z
You can’t perform that action at this time.
0 commit comments