Skip to content

Commit 1ac77ab

Browse files
committed
Update Changelogs “4-7-0-2019-10-07”
1 parent 8480efd commit 1ac77ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/changelog/4-7-0-2019-10-07.md

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

10-
* Added the `tfa_enabled` property to the ([/account/users](/api/v4/account-users)) endpoint collection. This property returns a boolean value indicating if the User has Two Factor Authentication (TFA) enabled. See the Create Two Factor Secret ([POST /profile/tfa-enable](https://developers.linode.com/api/v4/profile-tfa-enable#post)) endpoint to enable TFA.
10+
* Added the `tfa_enabled` property to the [/account/users](/api/v4/account-users) endpoint collection. This property returns a boolean value indicating if the User has Two Factor Authentication (TFA) enabled. See the Create Two Factor Secret ([POST /profile/tfa-enable](https://developers.linode.com/api/v4/profile-tfa-enable#post)) endpoint to enable TFA.
1111
* Added the `upgrade` property to the Initiate Pending Host Migration/DC Migration ([POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/v4/linode-instances-linode-id-migrate/#post)) endpoint
1212
* The `secondary_entity` property of a `disk_delete` Event will now be populated with the disk that has been deleted. This property was not previously assigned a value. The primary `entity` property for a `disk_delete` Event is associated with the Linode that the disk was deleted from.
1313
* Refer to the List Events ([GET /account/events](https://developers.linode.com/api/v4/account-events)) and View Event ([GET /account/events/{eventId}](https://developers.linode.com/api/v4/account-events-event-id)) endpoints to review your Events.
@@ -26,10 +26,10 @@ changelog:
2626

2727
* Improved the error response messages of the Initiate Pending Host Migration/DC Migration ([POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/v4/linode-instances-linode-id-migrate/#post)) endpoint:
2828
* This endpoint will return an error when called when both of these conditions are true:
29-
* The Linode has a /116 IPv6 pool, or has IP Sharing enabled.
29+
* The Linode has a /116 IPv6 pool, or IP Sharing is enabled.
3030
* An NGN data center was specified for the `region` property.
3131
* Previously, the error message returned when a /116 pool caused the migration to fail would state that IP Sharing was enabled, which may not have been the case.
3232
* The endpoint will now return a different error message when a /116 IPv6 pool is present.
3333
* Support Tickets returned by the List Support Tickets ([GET /support/tickets](https://developers.linode.com/api/v4/support-tickets)) endpoint can now be sorted by the `closed`, `opened`, and `updated` properties of a Ticket. This was the intended behavior, but specifying a sorting was not previously honored in the response.
3434
* In rare circumstances, a Linode may exist without an Invoice Item that corresponds to it. If the Initiate Pending Host Migration/DC Migration ([POST /linode/instances/{linodeId}/migrate](https://developers.linode.com/api/v4/linode-instances-linode-id-migrate/#post)) endpoint was called on a Linode under these circumstances, the endpoint would return an error. This error will no longer appear, and the migration will proceed normally (or fail for any other reasons listed in the endpoint's documentation).
35-
* The Import Domain ([POST /domains/import](https://developers.linode.com/api/v4/domains-import/#post)) would sometimes return an error code of 400 when there was a server error had occurred. An error code of 500 will now be returned instead, which is in line with our API's [guidance on error codes](https://developers.linode.com/api/v4/#errors).
35+
* The Import Domain ([POST /domains/import](https://developers.linode.com/api/v4/domains-import/#post)) endpoint would sometimes return a 400 error code when a server error had occurred. A 500 error code will now be returned instead, which is in line with our API's [guidance on error codes](https://developers.linode.com/api/v4/#errors).

0 commit comments

Comments
 (0)