Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Account ID
Body
application/json
The account.interest_rate to update
Account interest rate. Must be between 0 and 1. For example, 0.015 would correspond to a rate of 1.5%.
Required range:
0 <= x < 1
Response
200 - application/json
The account.interest_rate updated
The response is of type any
.