Skip to content

Commit b049449

Browse files
author
Steve Szyszkiewicz
committed
make deprecated loud
1 parent 99c6b9f commit b049449

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/src/data/endpoints/images.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ endpoints:
3939
PUT:
4040
oauth: 'images:modify'
4141
description: |
42-
Modifies a given image
42+
Modifies a given image. Only private images belonging to you are modifiable.
4343
examples:
4444
curl: |
4545
curl -H "Content-Type: application/json" \
@@ -55,7 +55,7 @@ endpoints:
5555
DELETE:
5656
oauth: 'images:delete'
5757
description: |
58-
Deletes a given image
58+
Deletes a given image.Only private images belonging to you are deletable.
5959
examples:
6060
curl: |
6161
curl -H "Authorization: Bearer $TOKEN" \

docs/src/data/endpoints/linodes.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,13 +1188,13 @@ endpoints:
11881188
/linode/distributions:
11891189
group: Distributions
11901190
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.
11921192
methods:
11931193
GET:
11941194
response: image
11951195
paginationKey: distributions
11961196
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.
11981198
seeAlso: ["/reference/endpoints/images"]
11991199
examples:
12001200
curl: |
@@ -1205,12 +1205,12 @@ endpoints:
12051205
group: Distributions
12061206
type: resource
12071207
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.
12091209
methods:
12101210
GET:
12111211
response: image
12121212
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.
12141214
seeAlso: ["/reference/endpoints/images"]
12151215
examples:
12161216
curl: |

0 commit comments

Comments
 (0)