File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/clients/src/api/serverless_sqldb/v1alpha1 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ export class API extends ParentAPI {
240240 /**
241241 * List your Serverless SQL Database backups. List all Serverless SQL Database
242242 * backups for a given Scaleway Project or Database. By default, the backups
243- * returned in the list are ordered by creation date in ascending order,
243+ * returned in the list are ordered by creation date in descending order,
244244 * though this can be modified via the order_by field.
245245 *
246246 * @param request - The request {@link ListDatabaseBackupsRequest}
Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ export type DatabaseStatus =
1818 | 'locked'
1919
2020export type ListDatabaseBackupsRequestOrderBy =
21- | 'created_at_asc'
2221 | 'created_at_desc'
22+ | 'created_at_asc'
2323
2424export type ListDatabasesRequestOrderBy =
2525 | 'created_at_asc'
You can’t perform that action at this time.
0 commit comments