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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user