Skip to content

Commit c6f58c7

Browse files
authored
Merge pull request #842 from linode/master
Release v4.161.0 (merge master into development)
2 parents d273f59 + f607060 commit c6f58c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

openapi.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.159.0
3+
version: 4.161.0
44

55
title: Linode API
66
description: |
@@ -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)