Skip to content

Commit 33ec7bc

Browse files
feat(specs): add lastUpdatedAt field to predict segments (#1431)
Co-authored-by: Clément Vannicatte <vannicattec@gmail.com>
1 parent c6f610d commit 33ec7bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

specs/predict/responses/Segment.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ segment:
7070
- conditions
7171
- segmentStatus
7272
- type
73+
- lastUpdatedAt
7374
properties:
7475
segmentID:
7576
$ref: '#/segmentID'
@@ -81,6 +82,8 @@ segment:
8182
$ref: '#/segmentStatus'
8283
type:
8384
$ref: '#/segmentType'
85+
lastUpdatedAt:
86+
$ref: '#/lastUpdatedAt'
8487
errorMessage:
8588
type: string
8689

@@ -108,6 +111,11 @@ segmentName:
108111
description: The name of the segment.
109112

110113
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:
111119
type: string
112120
description: The date and time at which the segment was last updated (RFC3339).
113121
example: 2021-07-22T12:30:00Z

0 commit comments

Comments
 (0)