May 17, 2023 — Linode API
over 1 year ago by cverner@akamai.com
v4.153.0
Changed
- List users (GET /account/users). User
verified_phone_number
andpassword_created
properties are now accessible when retrieving user data from these commands. - Get a user (GET /account/users/{username}). User
verified_phone_number
andpassword_created
properties are now accessible when retrieving user data from these commands. - Update a user (PUT /account/users/{username}). User
verified_phone_number
andpassword_created
properties are now accessible when retrieving user data from these commands. - Create a volume (POST /volumes). This command now has a rate limit of 25 requests per minute.
Fixed
- Restore a backup (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.