Skip to content

Commit

Permalink
feat(specs): add predict segment size to responses [PRED-1277] (#1478)
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenbank authored Apr 20, 2023
1 parent bb76621 commit ad21cc7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions specs/predict/responses/Segment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ updateSegmentResponse:
properties:
segmentID:
$ref: '#/segmentID'
size:
$ref: '#/segmentSize'
updatedAt:
$ref: '#/updatedAt'

Expand Down Expand Up @@ -59,6 +61,8 @@ createSegmentResponse:
properties:
segmentID:
$ref: '#/segmentID'
size:
$ref: '#/segmentSize'
updatedAt:
$ref: '#/updatedAt'

Expand Down

0 comments on commit ad21cc7

Please sign in to comment.