From d44c16482af22e98adcac6f367953f463e544a28 Mon Sep 17 00:00:00 2001 From: Charlie Park Date: Mon, 26 Feb 2024 10:59:38 -0800 Subject: [PATCH] Regen spec --- openapi/nexus.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/nexus.json b/openapi/nexus.json index 953c9c90f9..b0aa84d67a 100644 --- a/openapi/nexus.json +++ b/openapi/nexus.json @@ -11864,15 +11864,15 @@ "description": "Parameters for creating a new floating IP address for instances.", "type": "object", "properties": { + "description": { + "type": "string" + }, "ip": { "nullable": true, "description": "An IP address to reserve for use as a floating IP. This field is optional: when not set, an address will be automatically chosen from `pool`. If set, then the IP must be available in the resolved `pool`.", "type": "string", "format": "ip" }, - "description": { - "type": "string" - }, "name": { "$ref": "#/components/schemas/Name" },