File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -3585,6 +3585,8 @@ export declare module MittwaldAPIV2 {
35853585 desired: string;
35863586 }
35873587
3588+ export type BackupBackupSortOrder = "oldestFirst" | "newestFirst";
3589+
35883590 export interface BackupBackupTemplate {
35893591 expirationTime: string;
35903592 ignoredSources?: MittwaldAPIV2.Components.Schemas.BackupIgnoredSources;
@@ -8440,7 +8442,10 @@ export declare module MittwaldAPIV2 {
84408442 export type Header =
84418443 {} & MittwaldAPIV2.Components.SecuritySchemes.CommonsAccessToken;
84428444
8443- export type Query = {};
8445+ export type Query = {
8446+ withExportsOnly?: boolean;
8447+ sortOrder?: MittwaldAPIV2.Components.Schemas.BackupBackupSortOrder;
8448+ };
84448449 }
84458450 namespace Responses {
84468451 namespace $200 {
You can’t perform that action at this time.
0 commit comments