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

@@ -2943,6 +2943,9 @@ paths:
- name: timeStart
in: query
type: string
- name: timeEnd
in: query
type: string
responses:
200:
description: A successful response.