budgets
Update existing budget.
Update existing budget. This endpoint cannot be used to set budget amount limits.
put/v1/budgets/{id}
Path parameters
idstring required
Example:123
The ID of the budget.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"name": "Bills",
"order": 5,
"notes": "Some notes",
"fire_webhooks": true,
"auto_budget_type": "reset",
"auto_budget_currency_id": "12",
"auto_budget_currency_code": "EUR",
"auto_budget_amount": "-1012.12",
"auto_budget_period": "monthly"
}Response
Updated budget stored, result in response