Skip to content

Commit

Permalink
[NEW] API Changelog 4-11-0-2019-12-16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Syracuse committed Dec 16, 2019
1 parent eb8169e commit 514d568
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/content/changelog/4-11-0-2019-12-16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "4.11.0: 2019-12-16"
date: 2019-12-16T05:00:00.000Z
version: 4.11.0
changelog:
- API
---

### Added

- Added the `eol` field to images endpoints, List Images (GET /images/), Create Image (POST /images/) , View Image (GET /images/{imageId}), and Update Image (PUT /images/{imageId}). The eol field will display the date of the image's planned end of life. Some images, like custom private images, will not have an end of life date. If that is the case, the property will be empty.

- Added `last successful` field to the following endpoints:

- List Linodes: GET /linode/instances
- Create Linode: PUT /linode/instances
- View Linode: GET /linode/instances/{linodeId}
- Update Linode: PUT /linode/instances/{linodeId}
- Rebuild Linode: POST /linode/instances/{linodeId}/rebuild

This will list the date and time of the last successful backup. The field will return `none` if there was no previous backup.

- Added `euuid` field to Account endpoints, Update Account (PUT /account), and View Account (GET /account). `euuid` is a unique external identifier for each account.

0 comments on commit 514d568

Please sign in to comment.