mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user