cURL
curl --request PUT \ --url https://api.nomi.tools/v1/finance/accounts/{id} \ --header 'Accept: <accept>' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "id": "<string>", "name": "<string>", "balance": 123, "currency": "<string>" } '
{ "id": "<string>" }
Update an existing account.
Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.
application/json
Account updated successfully