|
| 1 | +--- |
| 2 | +title: "4.2.3: 2019-07-15" |
| 3 | +date: "2019-07-15T08:00:00-04:00" |
| 4 | +description: "API Changelog 4.2.3" |
| 5 | +changelog: |
| 6 | +- API |
| 7 | +version: 4.2.3 |
| 8 | +--- |
| 9 | + |
| 10 | +### Added |
| 11 | + |
| 12 | +- Linode's new Mumbai data center is now an available region ([GET /regions](https://developers.linode.com/api/docs/v4#operation/getRegions)). |
| 13 | + |
| 14 | +- Added a new account cancellation endpoint: [POST /account/cancel](https://developers.linode.com/api/docs/v4#operation/cancelAccount). This endpoint accepts an optional comments field and responds with a link to Linode's exit survey. |
| 15 | + |
| 16 | +- Added a new *profile_update* event action to the List Events endpoint ([GET /account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)) and View Event endpoint ([GET /account/events/{eventId}](https://developers.linode.com/api/docs/v4#operation/getEvent)). |
| 17 | + |
| 18 | + This event will be issued when making requests to the [PUT /profile](https://developers.linode.com/api/docs/v4#operation/updateProfile) and [PUT /profile/preferences](https://developers.linode.com/api/docs/v4#operation/updateUserPreferences) endpoints. |
| 19 | + |
| 20 | +- Added User event actions to the List Events endpoint ([GET /account/events](https://developers.linode.com/api/docs/v4#operation/getEvents)) and View Event endpoint ([GET /account/events/{eventId}](https://developers.linode.com/api/docs/v4#operation/getEvent)). |
| 21 | + |
| 22 | + - *user_create* - This event will be issued when making requests to the [POST /account/users](https://developers.linode.com/api/docs/v4#operation/createUser) endpoint. |
| 23 | + |
| 24 | + - *user_update* - This event will be issued when making requests to the [PUT /account/users/{username}](https://developers.linode.com/api/docs/v4#operation/updateUser) and [PUT /account/users/:username/grants](https://developers.linode.com/api/docs/v4#operation/updateUserGrants) endpoints. |
| 25 | + |
| 26 | + - *user_delete* - This event will be issued when making requests to the [DELETE /account/users/:username](https://developers.linode.com/api/docs/v4#operation/deleteUser) endpoint. |
| 27 | + |
| 28 | +### Changed |
| 29 | + |
| 30 | +- Changed behavior of the *configs* parameter for the [POST /linode/instances/{linodeId}/clone](https://developers.linode.com/api/docs/v4#operation/cloneLinodeInstance) endpoint. When an empty array is passed to the *configs* parameter, no configuration profiles will be cloned from the source Linode. |
| 31 | + |
| 32 | + Previously, all configuration profiles would be cloned. All behaviors of the *disks* and *configs* parameters for this endpoint are now more extensively documented in the API reference. |
| 33 | + |
| 34 | +### Fixed |
| 35 | + |
| 36 | +- When updating the email of an account ([PUT /account](https://developers.linode.com/api/docs/v4#operation/updateAccount)) or of a user ([PUT /profile](https://developers.linode.com/api/docs/v4#operation/updateProfile)), Linode will now send an email notification to the previous email address that describes this change. |
| 37 | + |
| 38 | +- Fixed an issue where a user could not set permissions on a domain that contained errors. |
| 39 | + |
| 40 | +- Fixed a malformed URL in the response for the Enable Managed Service endpoint ([POST /managed/services/{serviceId}/enable](https://developers.linode.com/api/docs/v4#operation/enableManagedService)). |
| 41 | + |
| 42 | +- Fixed an issue in which SRV records could only be assigned a port number below 32767. Any port number is now accepted. |
| 43 | + |
| 44 | +- Fixed a login error that could appear after a user's session had expired, if the user also had two-factor authentication enabled. |
| 45 | + |
| 46 | +- Reduced response time for the [GET /support/tickets](https://developers.linode.com/api/docs/v4#operation/getTickets) endpoint. |
0 commit comments