From d0f8575136717828e161b82be419bfe7f9c7cbb4 Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Thu, 24 Aug 2023 15:37:32 -0400 Subject: [PATCH 1/2] Bump version to 4.161.0 --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index a50f6b819..30cf05bfb 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -1,6 +1,6 @@ openapi: 3.0.1 info: - version: 4.159.0 + version: 4.161.0 title: Linode API description: | From 8fe702d7919e5ca6ef2c93ea45f776adc0cc6bdc Mon Sep 17 00:00:00 2001 From: bbiggerr Date: Thu, 24 Aug 2023 15:43:12 -0400 Subject: [PATCH 2/2] Added filterable tags to Region Availability responses --- openapi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 30cf05bfb..ade39c3ed 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -25420,14 +25420,20 @@ components: description: Compute instance availability information by [Type](/docs/api/linode-types/) and [Region](/docs/api/regions/). properties: region: + x-linode-cli-display: 1 + x-linode-filterable: true type: string example: us-east description: The [Region](/docs/api/regions/) ID. plan: + x-linode-cli-display: 2 + x-linode-filterable: true type: string example: gpu-rtx6000-1.1 description: The compute instance [Type](/docs/api/linode-types/) ID. available: + x-linode-cli-display: 3 + x-linode-filterable: true type: boolean example: true description: Whether the compute instance type is available in the region.