Skip to content

Commit 4f9b4f7

Browse files
author
Ryan Syracuse
committed
imageID notation fix
1 parent 59e924b commit 4f9b4f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/changelog/4-11-0-2019-12-16.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ changelog:
1717
* Added end of life to image endpoints. This displays the image's distribution's planned end of life. This `eol` response parameter has been added to the following endpoints:
1818
* List Images ([GET /images](https://developers.linode.com/api/v4/images))
1919
* Create Image ([POST /images](https://developers.linode.com/api/v4/images#post))
20-
* View Image ([(GET /images/:imageId)](https://developers.linode.com/api/v4/images-image-id))
21-
* Update Image ([(PUT /images/:imageId)](https://developers.linode.com/api/v4/images-image-id#put))
20+
* View Image ([(GET /images/{imageId})](https://developers.linode.com/api/v4/images-image-id))
21+
* Update Image ([(PUT /images/{imageId})](https://developers.linode.com/api/v4/images-image-id#put))

0 commit comments

Comments
 (0)