Skip to content

Commit f24527b

Browse files
committed
LAB-1631 Updated Dashboard get endpoint
Fix the example values of the get Dashboard endpoint to values to align with the current database schema.
1 parent aaf33d9 commit f24527b

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

specs/Data-Gateway.json

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7018,8 +7018,9 @@
70187018
"crmId": "75498125-33cb-4b33-8705-f0fadadb1a2f",
70197019
"discoverDate": "2025-12-15T21:13:12.821Z",
70207020
"isComplete": true,
7021-
"publisher": "Test Publisher One",
7022-
"updatedAt": "2025-12-15T21:13:12.821Z"
7021+
"template": "Microsoft Enterprise",
7022+
"updatedAt": "2025-12-15T21:13:12.821Z",
7023+
"schemaVersion": 0
70237024
},
70247025
{
70257026
"accountName": "Test Account Name",
@@ -7028,8 +7029,9 @@
70287029
"crmId": "fbea61c3-6c80-4fbb-9bd7-b6fa2356892e",
70297030
"discoverDate": "2025-12-15T21:13:12.821Z",
70307031
"isComplete": false,
7031-
"publisher": "Test Publisher Two",
7032-
"updatedAt": "2025-12-15T21:13:12.821Z"
7032+
"template": "Google",
7033+
"updatedAt": "2025-12-15T21:13:12.821Z",
7034+
"schemaVersion": 1
70337035
}
70347036
]
70357037
}
@@ -7044,8 +7046,9 @@
70447046
"crmId": "75498125-33cb-4b33-8705-f0fadadb1a2f",
70457047
"discoverDate": "2025-12-15T21:13:12.821Z",
70467048
"isComplete": true,
7047-
"publisher": "Test Publisher One",
7048-
"updatedAt": "2025-12-15T21:13:12.821Z"
7049+
"template": "Microsoft Enterprise",
7050+
"updatedAt": "2025-12-15T21:13:12.821Z",
7051+
"schemaVersion": 0
70497052
},
70507053
{
70517054
"accountName": "Test Account Name",
@@ -7054,8 +7057,9 @@
70547057
"crmId": "fbea61c3-6c80-4fbb-9bd7-b6fa2356892e",
70557058
"discoverDate": "2025-12-15T21:13:12.821Z",
70567059
"isComplete": false,
7057-
"publisher": "Test Publisher Two",
7058-
"updatedAt": "2025-12-15T21:13:12.821Z"
7060+
"template": "Google",
7061+
"updatedAt": "2025-12-15T21:13:12.821Z",
7062+
"schemaVersion": 1
70597063
}
70607064
]
70617065
],
@@ -7252,4 +7256,4 @@
72527256
"name": "Cloud Matrix"
72537257
}
72547258
]
7255-
}
7259+
}

0 commit comments

Comments
 (0)