Skip to content

Commit 0904f80

Browse files
authored
Merge pull request #465 from linode/release-4.95.0
Release 4.95.0
2 parents c350023 + 74b7891 commit 0904f80

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

openapi.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.1
22
info:
3-
version: 4.94.0
3+
version: 4.95.0
44

55
title: Linode API
66
description: |
@@ -16156,11 +16156,14 @@ 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.
1616216161

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.
1616416167
example: linode/debian9
1616516168
authorized_keys:
1616616169
type: array

0 commit comments

Comments
 (0)