Skip to content

Commit 3940458

Browse files
committed
fix: Typo in updatedAt property in ArchitectureCorrelationRecord.
1 parent 3f43c4e commit 3940458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/Data-Gateway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1351,7 +1351,7 @@
13511351
"description": "Timestamp on when the record was created. This is auto managed by sequelize.",
13521352
"examples": ["2023-02-04T05:06:09.601Z"]
13531353
},
1354-
"updateAt": {
1354+
"updatedAt": {
13551355
"type": "string",
13561356
"format": "date-time",
13571357
"description": "Timestamp on when the record was last updated. This is auto managed by sequelize.",

0 commit comments

Comments
 (0)