Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/firecracker/swagger/firecracker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ paths:
parameters:
- name: body
in: body
description: The configuration used for creating a snaphot.
description: The configuration used for creating a snapshot.
required: true
schema:
$ref: "#/definitions/SnapshotCreateParams"
Expand All @@ -623,7 +623,7 @@ paths:
parameters:
- name: body
in: body
description: The configuration used for loading a snaphot.
description: The configuration used for loading a snapshot.
required: true
schema:
$ref: "#/definitions/SnapshotLoadParams"
Expand Down Expand Up @@ -1146,10 +1146,10 @@ definitions:
format: "169.254.([1-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-4]).([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])"
default: "169.254.169.254"
description: A valid IPv4 link-local address.
imds_comat:
imds_compat:
type: boolean
description:
MMDS operates compatibly with EC2 IMDS (i.e. reponds "text/plain"
MMDS operates compatibly with EC2 IMDS (i.e. responds "text/plain"
content regardless of Accept header in requests).
default: false

Expand Down