Skip to content
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: 13 additions & 17 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.2
version: 4.189.1
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: 8.0.26
version: 4.189.16
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: 8.0.26
version: 4.189.16
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: 8.0.26
version: 4.189.16
page: 1
pages: 1
results: 1
Expand Down Expand Up @@ -29242,7 +29242,7 @@ paths:
type: object
readOnly: true
type: array
x-linode-cli-format: json
x-linode-cli-display: 11
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-format: json
x-linode-cli-display: 11
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-format: json
x-linode-cli-display: 11
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-format: json
x-linode-cli-display: 11
size:
description: The minimum size in MB this image needs to deploy.
example: 2500
Expand Down Expand Up @@ -30310,8 +30310,6 @@ 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 @@ -30491,7 +30489,7 @@ paths:
type: object
readOnly: true
type: array
x-linode-cli-format: json
x-linode-cli-display: 11
size:
description: The minimum size in MB this image needs to deploy.
example: 2500
Expand Down Expand Up @@ -30691,7 +30689,7 @@ paths:
type: object
readOnly: true
type: array
x-linode-cli-format: json
x-linode-cli-display: 11
size:
description: The minimum size in MB this image needs to deploy.
example: 2500
Expand Down Expand Up @@ -30774,8 +30772,6 @@ 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 @@ -31019,7 +31015,7 @@ paths:
type: object
readOnly: true
type: array
x-linode-cli-format: json
x-linode-cli-display: 11
size:
description: The minimum size in MB this image needs to deploy.
example: 2500
Expand Down Expand Up @@ -61202,7 +61198,7 @@ paths:
description: |-
An array containing a NodeBalancer ID. A Firewall Device is created for the ID.

- A NodeBalancer can have only one Firewall assigned to it.
- Only one NodeBalancer can be assigned to a Firewall at a time.
- Firewalls only apply to inbound TCP traffic to NodeBalancers.
example:
- 321
Expand Down Expand Up @@ -67545,7 +67541,7 @@ paths:
description: |-
The ID of the Firewall to assign to the NodeBalancer.

- A NodeBalancer can have only one Firewall assigned to it.
- Only one NodeBalancer can be assigned to a Firewall at a time.
- Firewalls only apply to inbound TCP traffic to NodeBalancers.
type: integer
label:
Expand Down
Loading