Mar 6, 2023 — Linode API
almost 2 years ago by cverner@akamai.com
v4.147.0
Changed
- Get an account login (GET /account/logins/{loginId}). Logins now include a status property that indicates whether a login attempt succeeded or failed.
- List logins (GET /profile/logins). Logins now include a status property that indicates whether a login attempt succeeded or failed.
- Get a profile's login (GET /profile/logins/{loginId}). Logins now include a status property that indicates whether a login attempt succeeded or failed.
- Create a domain record (POST /domains/{domainId}/records). Previously, CAA domain records for wildcard certificates required a
target
that began with an asterisk (*
). Now, thetarget
needs to be a valid domain that does not start with an asterisk.