Skip to content

Commit 8fe702d

Browse files
committed
Added filterable tags to Region Availability responses
1 parent d0f8575 commit 8fe702d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

openapi.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25420,14 +25420,20 @@ components:
2542025420
description: Compute instance availability information by [Type](/docs/api/linode-types/) and [Region](/docs/api/regions/).
2542125421
properties:
2542225422
region:
25423+
x-linode-cli-display: 1
25424+
x-linode-filterable: true
2542325425
type: string
2542425426
example: us-east
2542525427
description: The [Region](/docs/api/regions/) ID.
2542625428
plan:
25429+
x-linode-cli-display: 2
25430+
x-linode-filterable: true
2542725431
type: string
2542825432
example: gpu-rtx6000-1.1
2542925433
description: The compute instance [Type](/docs/api/linode-types/) ID.
2543025434
available:
25435+
x-linode-cli-display: 3
25436+
x-linode-filterable: true
2543125437
type: boolean
2543225438
example: true
2543325439
description: Whether the compute instance type is available in the region.

0 commit comments

Comments
 (0)