Skip to content

Commit 4e145ec

Browse files
authored
Merge pull request linode#126 from linode/4.11.0-Changelog-Link-Fix
4-11-0 changelog link fix
2 parents 8dde622 + 4f9b4f7 commit 4e145ec

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ changelog:
77
---
88
### Added
99

10-
* The `View Account` ([GET /account](https://developers.linode.com/api/docs/v4/account)) and the `Update Account` ([PUT /account](https://developers.linode.com/api/docs/v4/account)) endpoints have been updated to include a new field `euuid`. This field is an external unique indentifier for this customer.
11-
* The following endpoints have the new field `last_successful` adedd to the `backups` envelope within the `Linode` object. This field is the date and time of the last successful backup if there was one. If there was no backup, 'None' is shown.
12-
* `List Linodes` ([GET /linode/instances](https://developers.linode.com/api/docs/v4/linode/instances))
13-
* `Create Linode` ([PUT /linode/instances](https://developers.linode.com/api/docs/v4/linode/instances))
14-
* `View Linode` ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}))
15-
* `Update Linode` ([PUT /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}))
16-
* `Rebuild Linode` ([POST /linode/instances/{linodeId}/rebuild](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}/rebuild))
10+
* The View Account ([GET /account](https://developers.linode.com/api/v4/account)) and the Update Account ([PUT /account](https://developers.linode.com/api/v4/account/#put)) endpoints have been updated to include a new field `euuid`. This field is an external unique identifier for this customer.
11+
* The following endpoints have the new field `last_successful` adedd to the `backups` envelope within the `Linode` object. This field is the date and time of the last successful backup if there was one. If there was no backup, 'null' is shown.
12+
* List Linodes ([GET /linode/instances](https://developers.linode.com/api/v4/linode-instances))
13+
* Create Linode ([POST /linode/instances](https://developers.linode.com/api/v4/linode-instances/#post))
14+
* View Linode ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/v4/linode-instances-linode-id))
15+
* Update Linode ([PUT /linode/instances/{linodeId}](https://developers.linode.com/api/v4/linode-instances-linode-id/#put))
16+
* Rebuild Linode ([POST /linode/instances/{linodeId}/rebuild](https://developers.linode.com/api/v4/linode-instances-linode-id-rebuild/#post))
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:
18-
* List Images ([GET /images](https://developers.linode.com/api/v4/images)])
18+
* 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)