Skip to content

Commit

Permalink
feat(specs): add lastUpdatedAt field to predict segments (#1431)
Browse files Browse the repository at this point in the history
Co-authored-by: Cl茅ment Vannicatte <vannicattec@gmail.com>
  • Loading branch information
bengreenbank and shortcuts committed Apr 3, 2023
1 parent c6f610d commit 33ec7bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions specs/predict/responses/Segment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ segment:
- conditions
- segmentStatus
- type
- lastUpdatedAt
properties:
segmentID:
$ref: '#/segmentID'
Expand All @@ -81,6 +82,8 @@ segment:
$ref: '#/segmentStatus'
type:
$ref: '#/segmentType'
lastUpdatedAt:
$ref: '#/lastUpdatedAt'
errorMessage:
type: string

Expand Down Expand Up @@ -108,6 +111,11 @@ segmentName:
description: The name of the segment.

updatedAt:
type: string
description: The date and time at which the segment was updated (RFC3339).
example: 2021-07-22T12:30:00Z

lastUpdatedAt:
type: string
description: The date and time at which the segment was last updated (RFC3339).
example: 2021-07-22T12:30:00Z
Expand Down

0 comments on commit 33ec7bc

Please sign in to comment.