File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ endpoints:
39
39
PUT :
40
40
oauth : ' images:modify'
41
41
description : |
42
- Modifies a given image
42
+ Modifies a given image. Only private images belonging to you are modifiable.
43
43
examples :
44
44
curl : |
45
45
curl -H "Content-Type: application/json" \
@@ -55,7 +55,7 @@ endpoints:
55
55
DELETE :
56
56
oauth : ' images:delete'
57
57
description : |
58
- Deletes a given image
58
+ Deletes a given image.Only private images belonging to you are deletable.
59
59
examples :
60
60
curl : |
61
61
curl -H "Authorization: Bearer $TOKEN" \
Original file line number Diff line number Diff line change @@ -1188,13 +1188,13 @@ endpoints:
1188
1188
/linode/distributions :
1189
1189
group : Distributions
1190
1190
description : >
1191
- View the collection of images. This endpoint is deprecated. Use /images instead .
1191
+ THIS ENDPOINT IS DEPRECATED. USE /images INSTEAD. Returns information about this distribution .
1192
1192
methods :
1193
1193
GET :
1194
1194
response : image
1195
1195
paginationKey : distributions
1196
1196
description : >
1197
- Returns a list of distributions. This endpoint is deprecated. Use /images instead .
1197
+ THIS ENDPOINT IS DEPRECATED. USE /images INSTEAD. Returns information about this distribution .
1198
1198
seeAlso : ["/reference/endpoints/images"]
1199
1199
examples :
1200
1200
curl : |
@@ -1205,12 +1205,12 @@ endpoints:
1205
1205
group : Distributions
1206
1206
type : resource
1207
1207
description : >
1208
- Returns information about a specific image. This endpoint is deprecated. Use /images instead .
1208
+ THIS ENDPOINT IS DEPRECATED. USE /images INSTEAD. Returns information about this distribution .
1209
1209
methods :
1210
1210
GET :
1211
1211
response : image
1212
1212
description : >
1213
- Returns information about this distribution. This endpoint is deprecated. Use /images instead .
1213
+ THIS ENDPOINT IS DEPRECATED. USE /images INSTEAD. Returns information about this distribution .
1214
1214
seeAlso : ["/reference/endpoints/images"]
1215
1215
examples :
1216
1216
curl : |
You can’t perform that action at this time.
0 commit comments