Skip to content

Commit 358a5e8

Browse files
authored
Merge pull request #441 from bbiggerr/hotfix/release-4.91.0
Fix GET /images auth
2 parents 9e4a542 + 753c6a0 commit 358a5e8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

openapi.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3356,7 +3356,6 @@ paths:
33563356
/images:
33573357
x-linode-cli-command: images
33583358
get:
3359-
x-linode-grant: read_only
33603359
parameters:
33613360
- $ref: '#/components/parameters/pageOffset'
33623361
- $ref: '#/components/parameters/pageSize'
@@ -3375,8 +3374,6 @@ paths:
33753374
x-linode-redoc-load-ids: true
33763375
operationId: getImages
33773376
x-linode-cli-action: list
3378-
security:
3379-
- personalAccessToken: []
33803377
responses:
33813378
'200':
33823379
description: A paginated list of Images.

0 commit comments

Comments
 (0)