File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -16156,11 +16156,14 @@ components:
16156
16156
$ref: '#/components/schemas/Disk/properties/filesystem'
16157
16157
image:
16158
16158
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.
16162
16161
16163
- See [/images](/docs/api/images/#images-list) for more information on the Images available for you to use.
16162
+ Access the Images List ([GET /images](/docs/api/images/#images-list)) endpoint with authentication to view
16163
+ all available Images. Official Linode Images start with `linode/`, while your Account's Images start with `private/`. Creating
16164
+ a disk from an Account Image requires `read_only` or `read_write` permissions for that Image. Access the User's
16165
+ Grant Update ([PUT /account/users/{username}/grants](/docs/api/account/#users-grants-update)) endpoint to
16166
+ adjust permissions for an Account Image.
16164
16167
example: linode/debian9
16165
16168
authorized_keys:
16166
16169
type: array
You can’t perform that action at this time.
0 commit comments