Skip to content

Commit d16a8bf

Browse files
committed
Fix for CLI fields
1 parent 34c2021 commit d16a8bf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

openapi.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29243,6 +29243,7 @@ paths:
2924329243
type: object
2924429244
readOnly: true
2924529245
type: array
29246+
x-linode-cli-format: json
2924629247
size:
2924729248
description: The minimum size in MB this image needs to deploy.
2924829249
example: 2500
@@ -29556,6 +29557,7 @@ paths:
2955629557
type: object
2955729558
readOnly: true
2955829559
type: array
29560+
x-linode-cli-format: json
2955929561
size:
2956029562
description: The minimum size in MB this image needs to deploy.
2956129563
example: 2500
@@ -29871,6 +29873,7 @@ paths:
2987129873
type: object
2987229874
readOnly: true
2987329875
type: array
29876+
x-linode-cli-format: json
2987429877
size:
2987529878
description: The minimum size in MB this image needs to deploy.
2987629879
example: 2500
@@ -30228,6 +30231,7 @@ paths:
3022830231
type: object
3022930232
readOnly: true
3023030233
type: array
30234+
x-linode-cli-format: json
3023130235
size:
3023230236
description: The minimum size in MB this image needs to deploy.
3023330237
example: 2500
@@ -30310,6 +30314,8 @@ paths:
3031030314
type: object
3031130315
x-example:
3031230316
x-ref: ../examples/get-image-200.json
30317+
x-linode-cli-subtables:
30318+
- regions
3031330319
description: A single image object.
3031430320
default:
3031530321
content:
@@ -30490,6 +30496,7 @@ paths:
3049030496
type: object
3049130497
readOnly: true
3049230498
type: array
30499+
x-linode-cli-format: json
3049330500
size:
3049430501
description: The minimum size in MB this image needs to deploy.
3049530502
example: 2500
@@ -30690,6 +30697,7 @@ paths:
3069030697
type: object
3069130698
readOnly: true
3069230699
type: array
30700+
x-linode-cli-format: json
3069330701
size:
3069430702
description: The minimum size in MB this image needs to deploy.
3069530703
example: 2500
@@ -30772,6 +30780,8 @@ paths:
3077230780
type: object
3077330781
x-example:
3077430782
x-ref: ../examples/get-image-200.json
30783+
x-linode-cli-subtables:
30784+
- regions
3077530785
description: The updated image.
3077630786
default:
3077730787
content:
@@ -31016,6 +31026,7 @@ paths:
3101631026
type: object
3101731027
readOnly: true
3101831028
type: array
31029+
x-linode-cli-format: json
3101931030
size:
3102031031
description: The minimum size in MB this image needs to deploy.
3102131032
example: 2500

0 commit comments

Comments
 (0)