Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions swagger/dashboard-swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9407,15 +9407,15 @@ paths:
required: false
schema:
type: string
- description: Specifies the start date for the audit log search. If not provided, the search will include records from the earliest available date. Format DD-MM-YYY.
example: 01-01-1990
- description: Specifies the start date for the audit log search. If not provided, the search will include records from the earliest available date. Format YYYY-MM-DD.
example: 1990-11-25
in: query
name: from_date
required: false
schema:
type: string
- description: Specifies the end date for the audit log search. If not provided, the search will include records up to the current date and time. Format DD-MM-YYY.
example: 01-01-2030
- description: Specifies the end date for the audit log search. If not provided, the search will include records up to the current date and time. Format YYYY-MM-DD.
example: 2030-12-18
in: query
name: to_date
required: false
Expand Down