Skip to content
Closed
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
8 changes: 6 additions & 2 deletions openapi.yaml
Original file line number Diff line number Diff line change
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 @@ -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
Loading