CloudMigrations: document and re-generate api for syncing (#94063)

* CloudMigrations: document frontend open-api generator steps

* CloudMigrations: re-run api generation
This commit is contained in:
Matheus Macabu
2024-10-01 14:09:42 +02:00
committed by GitHub
parent e399fe6d09
commit 821bb235b3
5 changed files with 28 additions and 2 deletions

View File

@@ -313,6 +313,11 @@ type GetSnapshotListParams struct {
// Session UID of a session
// in: path
UID string `json:"uid"`
// Sort with value latest to return results sorted in descending order.
// in:query
// required:false
Sort string `json:"sort"`
}
// swagger:response snapshotListResponse