You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/changelog/4-11-0-2019-12-16.md
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,15 @@ changelog:
7
7
---
8
8
### Added
9
9
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.
* 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))
* 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))
0 commit comments