Skip to content

API v4.189.2 - Fix for CLI #977

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 17 additions & 13 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
Loading