CloudMigrations: Limit frontend query to get latest snapshots (#93639)
* latest param to endpoint and adapt frontend query * change to sort param * api * remove description
This commit is contained in:
@@ -144,6 +144,7 @@ type ListSnapshotsQuery struct {
|
||||
SessionUID string
|
||||
Page int
|
||||
Limit int
|
||||
Sort string
|
||||
}
|
||||
|
||||
type UpdateSnapshotCmd struct {
|
||||
|
||||
Reference in New Issue
Block a user