Skip to content

Commit 0f14ef0

Browse files
authored
Merge pull request #59 from yoshizzle/imageDocs
bug: Fix documentation example for /images
2 parents e190232 + 1a8aaba commit 0f14ef0

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

src/data/objects/image.yaml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: >
44
image created by Linode for public use.
55
schema:
66
id:
7-
type: Integer
8-
value: 12345
7+
type: String
8+
value: linode/ubuntu17.10
99
description: The ID of this image
1010
label:
1111
type: String
12-
value: ubuntu_17.4_with_rails_5
12+
value: Ubuntu 17.10
1313
description: |
1414
A short description of the image. Labels cannot
1515
contain special characters.
@@ -18,19 +18,15 @@ schema:
1818
editable: true
1919
description:
2020
type: String
21-
value: Ubuntu 17.4 with Ruby on Rails 5
21+
value: Ubuntu 17.10 with Ruby on Rails 5
2222
description: |
2323
A detailed description of this image.
2424
limit: 0-65000 characters
2525
editable: true
2626
created:
2727
type: String
28-
value: "2015-09-29T11:21:01"
28+
value: "2017-10-19T20:19:16"
2929
description: When the image was created.
30-
updated:
31-
type: String
32-
value: "2015-09-29T11:21:01"
33-
description: The last time the image was modified.
3430
type:
3531
type: Enum
3632
subtype: Type
@@ -43,15 +39,15 @@ schema:
4339
description: True if the image is public.
4440
size:
4541
type: Integer
46-
value: 1000
42+
value: 2250
4743
description: The minimum size this image needs to deploy.
4844
created_by:
4945
type: String
50-
value: your_username
46+
value: linode
5147
description: The name of the user who created this image, or linode for official images.
5248
vendor:
5349
type: String
54-
value: Arch
50+
value: Ubuntu
5551
description: The upstream distribution vendor. Consistent between releases of a distro.
5652
None for private images.
5753
deprecated:

0 commit comments

Comments
 (0)