Skip to content

Commit 8953852

Browse files
committed
Update Changelogs “4-11-0-2019-12-16”
1 parent 9df4424 commit 8953852

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Some heuristics for which heading to put API reference updates under:
3131
<!-- Fill these sections out: -->
3232

3333
### Added
34-
- 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.
34+
- 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.
3535

3636
- 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.
37-
- `List Linodes ([GET /linode/instances](https://developers.linode.com/api/docs/v4/linode/instances))`
38-
- `Create Linode ([PUT /linode/instances](https://developers.linode.com/api/docs/v4/linode/instances))`
39-
- `View Linode ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}))`
40-
- `Update Linode ([PUT /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}))`
41-
- `Rebuild Linode ([POST /linode/instances/{linodeId}/rebuild](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}/rebuild))`
37+
- `List Linodes` ([GET /linode/instances](https://developers.linode.com/api/docs/v4/linode/instances))
38+
- `Create Linode` ([PUT /linode/instances](https://developers.linode.com/api/docs/v4/linode/instances))
39+
- `View Linode` ([GET /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}))
40+
- `Update Linode` ([PUT /linode/instances/{linodeId}](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}))
41+
- `Rebuild Linode` ([POST /linode/instances/{linodeId}/rebuild](https://developers.linode.com/api/docs/v4/linode/instances/{linodeId}/rebuild))
4242

4343
- Added end of life to image endpoints. This displays the image's distribution's end of life. This `eol` response parameter has been added to the following endpoints:
4444
- List Images ([GET /images](https://developers.linode.com/api/v4/images)])

0 commit comments

Comments
 (0)