diff --git a/swagger/5.10/dashboard-swagger.yml b/swagger/5.10/dashboard-swagger.yml index ebf6c6f08..25220b754 100644 --- a/swagger/5.10/dashboard-swagger.yml +++ b/swagger/5.10/dashboard-swagger.yml @@ -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 diff --git a/swagger/5.8/dashboard-swagger.yml b/swagger/5.8/dashboard-swagger.yml index a7900c3f9..6b14669e6 100644 --- a/swagger/5.8/dashboard-swagger.yml +++ b/swagger/5.8/dashboard-swagger.yml @@ -9393,15 +9393,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 diff --git a/swagger/nightly/dashboard-swagger.yml b/swagger/nightly/dashboard-swagger.yml index ebf6c6f08..25220b754 100644 --- a/swagger/nightly/dashboard-swagger.yml +++ b/swagger/nightly/dashboard-swagger.yml @@ -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