f-28: api: add uefi params
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
c602725de9
commit
325f1acff5
5 changed files with 15 additions and 0 deletions
|
|
@ -430,6 +430,10 @@ components:
|
|||
minItems: 1
|
||||
items:
|
||||
$ref: "#/components/schemas/VMStorage"
|
||||
uefi:
|
||||
type: boolean
|
||||
description: Boot with UEFI firmware (OVMF). Defaults to false (SeaBIOS).
|
||||
example: false
|
||||
|
||||
VMInterface:
|
||||
type: object
|
||||
|
|
@ -487,6 +491,9 @@ components:
|
|||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/VMStorage"
|
||||
uefi:
|
||||
type: boolean
|
||||
example: false
|
||||
|
||||
Error:
|
||||
type: object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue