mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
feat: backup schedule frontend
This commit is contained in:
@@ -787,7 +787,9 @@ export type ListSnapshotsData = {
|
||||
path: {
|
||||
name: string;
|
||||
};
|
||||
query?: never;
|
||||
query?: {
|
||||
volumeId?: number;
|
||||
};
|
||||
url: "/api/v1/repositories/{name}/snapshots";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user