How to update amount of a piggy bank via api #10610
-
Hi, I don't have any experience with the firefly iii api and tried to update the amount of a piggy bank using a HTTP PUT request, my request looks like this:
The request works, but the amount of the piggy bank does not changed. A piggy bank change event is created and says "0.00€ added". What am I doing wrong? Or is this a bug? I would mention that the api documentation seems to be broken because it says the key for the account id is |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey, thanks for opening a discussion.
|
Beta Was this translation helpful? Give feedback.
Hey, thanks for opening a discussion.
account_id
instead ofid
.current_amount
to the array where you put the account_id.