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-7-0-2019-10-07.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ changelog:
7
7
---
8
8
### Added
9
9
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.
11
11
* 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
12
12
* 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.
13
13
* 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:
26
26
27
27
* 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:
28
28
* 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.
30
30
* An NGN data center was specified for the `region` property.
31
31
* 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.
32
32
* The endpoint will now return a different error message when a /116 IPv6 pool is present.
33
33
* 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.
34
34
* 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