Skip to content

Commit 3859620

Browse files
author
Steve Szyszkiewicz
authored
Merge pull request #1 from SzySteve/docs/image_refine
remove keys no longer in image endpoint
2 parents 04e1b99 + f4aa762 commit 3859620

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

src/data/objects/image.yaml

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,6 @@ schema:
2323
A detailed description of this image.
2424
limit: 0-65000 characters
2525
editable: true
26-
status:
27-
type: Enum
28-
subtype: Status
29-
value: available
30-
description: The status of the image.
31-
filesystem:
32-
type: String
33-
value: ext4
34-
description: The filesystem type of the image.
3526
created:
3627
type: String
3728
value: "2015-09-29T11:21:01"
@@ -50,15 +41,11 @@ schema:
5041
value: false
5142
filterable: true
5243
description: True if the image is public.
53-
last_used:
54-
type: String
55-
value: "2017-10-19T11:21:01"
56-
description: The last time this image was used.
57-
min_deploy_size:
44+
size:
5845
type: Integer
5946
value: 1000
6047
description: The minimum size this image needs to deploy.
61-
creator:
48+
created_by:
6249
type: String
6350
value: your_username
6451
description: The name of the user who created this image, or linode for official images.
@@ -69,10 +56,6 @@ schema:
6956
None for private images.
7057
filterable: true
7158
enums:
72-
Status:
73-
creating: creating
74-
available: available
75-
deleted: deleted
7659
Type:
77-
0: Image was created manually
78-
1: Image was created automatically from a deleted Linode
60+
manual: Image was created manually
61+
automatic: Image was created automatically from a deleted Linode

0 commit comments

Comments
 (0)