We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d21521f + a1d565e commit fe038baCopy full SHA for fe038ba
openapi.yaml
@@ -1,6 +1,6 @@
1
openapi: 3.0.1
2
info:
3
- version: 4.91.0
+ version: 4.92.0
4
5
title: Linode API
6
description: |
@@ -3356,7 +3356,6 @@ paths:
3356
/images:
3357
x-linode-cli-command: images
3358
get:
3359
- x-linode-grant: read_only
3360
parameters:
3361
- $ref: '#/components/parameters/pageOffset'
3362
- $ref: '#/components/parameters/pageSize'
@@ -3375,8 +3374,6 @@ paths:
3375
3374
x-linode-redoc-load-ids: true
3376
operationId: getImages
3377
x-linode-cli-action: list
3378
- security:
3379
- - personalAccessToken: []
3380
responses:
3381
'200':
3382
description: A paginated list of Images.
0 commit comments