This commit is contained in:
Leandro Deveikis
2024-04-22 07:09:34 -03:00
parent fa846a1c4b
commit 9b168be0c5
+2 -2
View File
@@ -255,7 +255,7 @@ type GetCloudMigrationRunList struct {
// UID of a migration
//
// in: path
UID int64 `json:"uid"`
UID string `json:"uid"`
}
// swagger:route DELETE /cloudmigration/migration/{uid} migrations deleteCloudMigration
@@ -287,7 +287,7 @@ type DeleteMigrationRequest struct {
// UID of a migration
//
// in: path
UID int64 `json:"uid"`
UID string `json:"uid"`
}
// swagger:response cloudMigrationRunResponse