piggy_banks
Update existing piggy bank.
Update existing piggy bank.
put/v1/piggy-banks/{id}
Path parameters
idstring required
Example:123
The ID of the piggy bank
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"name": "New digital camera",
"accounts": [
{
"account_id": "3",
"name": "Checking account",
"current_amount": "123.45"
}
],
"currency_id": "5",
"currency_code": "USD",
"target_amount": "123.45",
"start_date": "2026-08-01",
"target_date": "2026-08-31",
"order": 5,
"active": true,
"notes": "Some notes",
"object_group_id": "5",
"object_group_title": "Example Group"
}Response
Updated piggy bank stored, result in response
Changes
No recorded changes to this endpoint across all 1 revision of this API.