Skip to content

Commit 198af57

Browse files
committed
fix(swagger): use correct serial_out_path name in PUT /serial
We mistakenly added it as `output_path` rather than `serial_out_path`. Signed-off-by: Riccardo Mancini <[email protected]>
1 parent 4c72e62 commit 198af57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firecracker/swagger/firecracker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ definitions:
14211421
description:
14221422
The configuration of the serial device
14231423
properties:
1424-
output_path:
1424+
serial_out_path:
14251425
type: string
14261426
description: Path to a file or named pipe on the host to which serial output should be written.
14271427

0 commit comments

Comments
 (0)