Skip to content

Commit f595056

Browse files
Add updated property to Image collection
1 parent b2e1dfa commit f595056

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
@@ -14219,6 +14219,12 @@ components:
1421914219
description: When this Image was created.
1422014220
example: '2018-01-01T00:01:01'
1422114221
readOnly: true
14222+
updated:
14223+
type: string
14224+
format: date-time
14225+
description: When this Image was last updated.
14226+
example: '2019-01-02T00:01:01'
14227+
readOnly: true
1422214228
created_by:
1422314229
type: string
1422414230
description: >
@@ -14316,6 +14322,12 @@ components:
1431614322
description: When this Image was created.
1431714323
example: '2018-01-01T00:01:01'
1431814324
readOnly: true
14325+
updated:
14326+
type: string
14327+
format: date-time
14328+
description: When this Image was last updated.
14329+
example: '2019-01-02T00:01:01'
14330+
readOnly: true
1431914331
created_by:
1432014332
type: string
1432114333
description: >

0 commit comments

Comments
 (0)