AuditLogs page fixes (#3059)

- Added support to endDate
- Converted dates to UTC as required by AuditLogs API

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2023-09-22 09:49:36 -06:00
committed by GitHub
parent 7fb8c11a9d
commit 1ce2846c95
7 changed files with 59 additions and 3 deletions

View File

@@ -3878,6 +3878,11 @@ func init() {
"type": "string",
"name": "timeStart",
"in": "query"
},
{
"type": "string",
"name": "timeEnd",
"in": "query"
}
],
"responses": {
@@ -12920,6 +12925,11 @@ func init() {
"type": "string",
"name": "timeStart",
"in": "query"
},
{
"type": "string",
"name": "timeEnd",
"in": "query"
}
],
"responses": {