Skip to content

Commit 3b4b841

Browse files
committed
fixing fields to match rest of file
1 parent 6ec0068 commit 3b4b841

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

specs/Data-Gateway.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,7 @@
215215
"description": "Optional inclusive lower bound for event timestamp filtering.",
216216
"required": false,
217217
"schema": {
218-
"type": "string",
219-
"format": "date-time"
218+
"$ref": "#/components/schemas/DateTimeStringType"
220219
}
221220
},
222221
"auditEndDate": {
@@ -225,8 +224,7 @@
225224
"description": "Optional inclusive upper bound for event timestamp filtering.",
226225
"required": false,
227226
"schema": {
228-
"type": "string",
229-
"format": "date-time"
227+
"$ref": "#/components/schemas/DateTimeStringType"
230228
}
231229
},
232230
"auditOffset": {
@@ -12040,7 +12038,7 @@
1204012038
],
1204112039
"summary": "Get Cloud Matrix audit events",
1204212040
"description": "Returns a filtered, paginated list of Cloud Matrix audit events.",
12043-
"operationId": "getCloudMatrixAuditEvents",
12041+
"operationId": "/Api/CloudMatrix/Audits/Get",
1204412042
"security": [
1204512043
{
1204612044
"EntraID": []

0 commit comments

Comments
 (0)