Skip to content

Commit

Permalink
Regen spec
Browse files Browse the repository at this point in the history
  • Loading branch information
charliepark committed Feb 26, 2024
1 parent c62adae commit d44c164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openapi/nexus.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit d44c164

Please sign in to comment.