v4.104.0
·
948 commits
to development
since this release
Added
- Specify a Payment Method when accessing the Payment Make (POST /account/payments) endpoint by utilizing the new
payment_method_idproperty.
Fixed
-
Previously, the specification erroneously stated that
google_paytype Payment Methods could be added with the Payment Method Add (POST /account/payment-methods) endpoint. At this time, non-credit_cardtype Payment Methods can only be added using Linode Cloud Manager. Thegoogle_paytype has been removed from the endpoint's Request Body Schema accordingly. -
A bug was fixed that uploaded the SSH keys of deleted Users that were included in the
authorized_usersarray when accessing the following endpoints:- Linode Create (POST /linode/instances)
- Disk Create (POST /linode/instances/{linodeId}/disks)