vmm: api: Make 'local' optional in SendMigrationData
Make sure the OpenAPI definition matches the code. Signed-off-by: Sebastien Boeuf <sebastien.boeuf@intel.com>
This commit is contained in:
parent
23fb4fa26d
commit
00fbd77494
1 changed files with 2 additions and 0 deletions
|
|
@ -1072,6 +1072,8 @@ components:
|
|||
type: string
|
||||
|
||||
SendMigrationData:
|
||||
required:
|
||||
- destination_url
|
||||
type: object
|
||||
properties:
|
||||
destination_url:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue