Skip to content

Commit e7c0056

Browse files
committed
Update DiskRequest image property
1 parent 24e8e5f commit e7c0056

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

openapi.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16156,11 +16156,16 @@ components:
1615616156
$ref: '#/components/schemas/Disk/properties/filesystem'
1615716157
image:
1615816158
type: string
16159-
description: >
16160-
An Image ID to deploy the Disk from. Official Linode Images start with
16161-
`linode/`, while your Images start with `private/`.
16159+
description: |
16160+
An Image ID to deploy the Disk from.
16161+
16162+
Requires read access to the Image.
1616216163

16163-
See [/images](/docs/api/images/#images-list) for more information on the Images available for you to use.
16164+
Access the Images List ([GET /images](/docs/api/images/#images-list))
16165+
endpoint with authentication to view all available Images. Official Linode Images start with `linode/`,
16166+
while your account's Images start with `private/`. To give a user permission to use an account Image,
16167+
access the User's Grant Update
16168+
([PUT /account/users/{username}/grants](/docs/api/account/#users-grants-update)) endpoint.
1616416169
example: linode/debian9
1616516170
authorized_keys:
1616616171
type: array

0 commit comments

Comments
 (0)