Skip to content

Commit b0bd9ae

Browse files
Merge pull request #232 from leslitagordita/add-update-image
[New] Add `updated` property to Image collection
2 parents 691722d + f595056 commit b0bd9ae

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

openapi.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14218,6 +14218,12 @@ components:
1421814218
description: When this Image was created.
1421914219
example: '2018-01-01T00:01:01'
1422014220
readOnly: true
14221+
updated:
14222+
type: string
14223+
format: date-time
14224+
description: When this Image was last updated.
14225+
example: '2019-01-02T00:01:01'
14226+
readOnly: true
1422114227
created_by:
1422214228
type: string
1422314229
description: >
@@ -14315,6 +14321,12 @@ components:
1431514321
description: When this Image was created.
1431614322
example: '2018-01-01T00:01:01'
1431714323
readOnly: true
14324+
updated:
14325+
type: string
14326+
format: date-time
14327+
description: When this Image was last updated.
14328+
example: '2019-01-02T00:01:01'
14329+
readOnly: true
1431814330
created_by:
1431914331
type: string
1432014332
description: >

0 commit comments

Comments
 (0)