From e41cd6bba69332ac947743d2dbd118b1e7befd20 Mon Sep 17 00:00:00 2001 From: Nils Nieuwejaar Date: Thu, 6 Jun 2024 16:54:35 +0000 Subject: [PATCH] update wicketd openapi --- openapi/wicketd.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/wicketd.json b/openapi/wicketd.json index 9d919fb3ce5..aaa41e6bffe 100644 --- a/openapi/wicketd.json +++ b/openapi/wicketd.json @@ -5041,7 +5041,7 @@ } }, "UserSpecifiedPortConfig": { - "description": "User-specified version of [`PortConfigV1`].\n\nAll of [`PortConfigV1`] is user-specified. But we expect the port name to be a key, rather than a field as in [`PortConfigV1`]. So this has all of the fields other than the port name.\n\n[`PortConfigV1`]: omicron_common::api::internal::shared::PortConfigV1", + "description": "User-specified version of [`PortConfigV1`].\n\nAll of [`PortConfigV2`] is user-specified. But we expect the port name to be a key, rather than a field as in [`PortConfigV2`]. So this has all of the fields other than the port name.\n\n[`PortConfigV2`]: omicron_common::api::internal::shared::PortConfigV2", "type": "object", "properties": { "addresses": {