Releases: linode/linode-api-docs
Releases · linode/linode-api-docs
v4.157.1
v4.157.0
Added
-
Linode Rebuild (POST /linode/instances/{linodeId}/rebuild)
- You can now rebuild and resize a compute instance in a single action by including the new type parameter with your request for this command.
v4.156.1-patch.1
Changed
- Marked Profile
verified_phone_number
asnullable
v4.156.0
v4.155.0
Added
-
IP Addresses List (GET /networking/ips)
- You can now drastically improve the performance of this command by utilizing the
skip_ipv6_rdns
option to exclude IPv6 RDNS data from responses. We recommend using this option if your application frequently accesses this command and does not require IPv6 RDNS data.
- You can now drastically improve the performance of this command by utilizing the
v4.154.1
v4.154.0
Changed
-
Account Update (PUT /account)
- Now, when making requests for this command, the
company
,first_name
, andlast_name
properties must not include any of the following characters:<
>
(
)
"
=
- Now, when making requests for this command, the
v4.153.3-patch.1
This release contains documentation-only updates.
Fixed
- Corrected the response schema for Networking Information list. Previously,
ipv6.global
was defined as an object. It is now defined as an array of objects.
v4.153.2
Changed
-
Volume Create (POST /volumes)
This command now has a rate limit of 25 requests per minute.
v4.153.0
Changed
-
Users List (GET /account/users)
User View (GET /account/users/{username})
User Update (PUT /account/users/{username})
- User
verified_phone_number
andpassword_created
properties are now accessible when retrieving User data from these commands.
- User
Fixed
-
Backup Restore (POST /linode/instances/{linodeId}/backups/{backupId}/restore)
- Fixed a bug that caused failed restorations when the target Linode itself was in the process of creating a Backup. Now, an error message is returned when this command is attempted under these conditions.