Skip to content

Commit

Permalink
update openapi again
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jan 11, 2024
1 parent b030896 commit 88be8ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi/propolis-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,7 @@
},
"qemu_pvpanic": {
"nullable": true,
"description": "This field has a default value (`None`) to allow for backwards-compatibility when upgrading from a Propolis version that does not support this device. If the pvpanic device was not present in the spec being deserialized, a `None` will be produced, rather than rejecting the spec. Skip serializing this field if it is `None`. This is so that Propolis versions with support for this device are backwards-compatible with older versions that don't, as long as the spec doesn't define a pvpanic device --- if there is no panic device, skipping the field from the spec means that the older version will still accept the spec.",
"allOf": [
{
"$ref": "#/components/schemas/QemuPvpanic"
Expand Down

0 comments on commit 88be8ab

Please sign in to comment.