Skip to content

Commit 30029fe

Browse files
author
github-actions
committed
Update OpenAPI schemas
1 parent 808e3b7 commit 30029fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

core-api/core-api.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,12 @@
362362
"filters": {
363363
"$ref": "#/components/schemas/AnalyticsFilters"
364364
}
365-
}
365+
},
366+
"required": [
367+
"start",
368+
"end",
369+
"type"
370+
]
366371
},
367372
"AnalyticsExportResponse": {
368373
"properties": {

0 commit comments

Comments
 (0)