From 46481cbce212fde213e23787abe5cf41a3db46b1 Mon Sep 17 00:00:00 2001 From: Chris Verner Date: Wed, 23 Oct 2024 10:26:28 -0700 Subject: [PATCH 1/2] API v4.189.2 - Fix for CLI --- openapi.yaml | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/openapi.yaml b/openapi.yaml index 4bc9b84f4..e307d4c9e 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5272,7 +5272,7 @@ info: url: https://linode.com description: '[Read the API documentation](https://techdocs.akamai.com/linode-api/reference/api).' title: Linode API - version: 4.189.1 + version: 4.189.2 openapi: 3.0.1 paths: /{apiVersion}/account: @@ -18463,7 +18463,7 @@ paths: id: mysql/8.0.26 total_disk_size_gb: 15 used_disk_size_gb: 2 - version: 4.189.16 + version: 8.0.26 page: 1 pages: 1 results: 1 @@ -18801,7 +18801,7 @@ paths: frequency: weekly hour_of_day: 0 week_of_month: null - version: 4.189.16 + version: 8.0.26 page: 1 pages: 1 results: 1 @@ -19178,7 +19178,7 @@ paths: hour_of_day: 0 week_of_month: null used_disk_size_gb: 2 - version: 4.189.16 + version: 8.0.26 page: 1 pages: 1 results: 1 @@ -29242,7 +29242,7 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -29555,7 +29555,7 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -29870,7 +29870,7 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30227,7 +30227,7 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30310,6 +30310,8 @@ paths: type: object x-example: x-ref: ../examples/get-image-200.json + x-linode-cli-subtables: + - regions description: A single image object. default: content: @@ -30489,7 +30491,7 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30689,7 +30691,7 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -30772,6 +30774,8 @@ paths: type: object x-example: x-ref: ../examples/get-image-200.json + x-linode-cli-subtables: + - regions description: The updated image. default: content: @@ -31015,7 +31019,7 @@ paths: type: object readOnly: true type: array - x-linode-cli-display: 11 + x-linode-cli-format: json size: description: The minimum size in MB this image needs to deploy. example: 2500 @@ -61198,7 +61202,7 @@ paths: description: |- An array containing a NodeBalancer ID. A Firewall Device is created for the ID. - - Only one NodeBalancer can be assigned to a Firewall at a time. + - A NodeBalancer can have only one Firewall assigned to it. - Firewalls only apply to inbound TCP traffic to NodeBalancers. example: - 321 @@ -67541,7 +67545,7 @@ paths: description: |- The ID of the Firewall to assign to the NodeBalancer. - - Only one NodeBalancer can be assigned to a Firewall at a time. + - A NodeBalancer can have only one Firewall assigned to it. - Firewalls only apply to inbound TCP traffic to NodeBalancers. type: integer label: From 8f85e35a1435b712819d5ff71279fb5139688471 Mon Sep 17 00:00:00 2001 From: Matthew Wildman Date: Wed, 23 Oct 2024 15:35:26 -0400 Subject: [PATCH 2/2] Update version to 4.189.1, removing the bump to 4.189.2 --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index e307d4c9e..2a116264c 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -5272,7 +5272,7 @@ info: url: https://linode.com description: '[Read the API documentation](https://techdocs.akamai.com/linode-api/reference/api).' title: Linode API - version: 4.189.2 + version: 4.189.1 openapi: 3.0.1 paths: /{apiVersion}/account: