Jul 25, 2023 — Linode API
over 1 year ago by cverner@akamai.com
v4.159.0
Added
- List authorized apps (GET /profile/apps). Responses to this command can now be filtered by the
label
property. - List users (GET /account/users) and Get a user (GET /account/users/{username}). Responses to these operations now include the
last_login
property, which contains data relating to the most recent login attempt for the requested user.
Changed
- List service transfers (GET /account/service-transfers) and Get a service transfer request (GET /account/service-transfers/{token}). The
cancelled
status is now thecanceled
status in responses to these commands.