Skip to content

Commit 1d65ba0

Browse files
committed
Update Changelogs “4-4-1-2019-09-23”
1 parent c3301a0 commit 1d65ba0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/changelog/4-4-1-2019-09-23.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ changelog:
66
- API
77
---
88
### Added
9-
- Added the `Enable Linode Managed` [POST /account/settings/managed-enable]() endpoint which enables Linode Managed for the entire account and sends a welcome email to the account’s associated email address. `Enable Linode Managed` can monitor any service or software stack reachable over TCP or HTTP.
9+
- Added the `Enable Linode Managed` [POST /account/settings/managed-enable](https://developers.linode.com/api/v4/account-settings-managed-enable/#post) endpoint which enables Linode Managed for the entire account and sends a welcome email to the account’s associated email address. `Enable Linode Managed` can monitor any service or software stack reachable over TCP or HTTP.
1010

1111
### Changed
12-
- Initiating a migration [POST /linode/instances/{linodeId}/migrate]() now generates new, or updated, notifications available with [GET /account/notifications]() including:
12+
- Initiating a migration [POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/v4/linode-instances-linode-id-migrate/#post) now generates new, or updated, notifications available with [GET /account/notifications](https://developers.linode.com/api/v4/account-notifications) including:
1313

1414
- Your Linode will soon be automatically powered off, migrated, and restored to its previous state (booted or powered off).
1515

1616
- A notification which includes how many Linodes are in the queue ahead of this Linode. This position is dynamically generated, so if the notification is retrieved at an interval, it is always up-to-date.
1717

1818
### Fixed
19-
- Previously, in the edge case where overwrite was set to true when restoring from backup (POST/linode/instances/{linodeId}/backups/{backupId}/restore), some disks were not being properly deleted. Additionally, the check to determine if there is enough disk size has been changed from checking the Linode’s `free_space` against the backup object’s `total_size` which is a computed value. This computed value is now being computed by summing the MinRestoreSize of each disk in the backup.
19+
- Previously, in the edge case where overwrite was set to true when restoring from backup [POST /linode/instances/{linodeId}/backups/{backupId}/restore](https://developers.linode.com/api/v4/linode-instances-linode-id-backups-backup-id-restore/#post), some disks were not being properly deleted. Additionally, the check to determine if there is enough disk size has been changed from checking the Linode’s `free_space` against the backup object’s `total_size` which is a computed value. This computed value is now being computed by summing the MinRestoreSize of each disk in the backup.
2020

21-
- Now, GET /support/tickets will properly honor the `order_by` `x-filter` query parameters.
21+
- Now, [GET /support/tickets](https://developers.linode.com/api/v4/support-tickets) will properly honor the `order_by` `x-filter` query parameters.

0 commit comments

Comments
 (0)