E2C: Fix Swagger spec for createMigration post body (#85525)
* E2C: Fix Swagger spec for CreateCloudMigration post body * actually, don't rename that type
This commit is contained in:
@@ -58,6 +58,12 @@ type CloudMigrationRunList struct {
|
||||
}
|
||||
|
||||
// swagger:parameters createMigration
|
||||
type CloudMigrationRequestParams struct {
|
||||
// required: true
|
||||
// in: body
|
||||
Body CloudMigrationRequest `json:"body"`
|
||||
}
|
||||
|
||||
type CloudMigrationRequest struct {
|
||||
AuthToken string `json:"authToken"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user