budgets
Update existing budget limit.
Update existing budget limit.
put/v1/budgets/{id}/limits/{limitId}
Path parameters
idstring required
Example:123
The ID of the budget. The budget limit MUST be associated to the budget ID.
limitIdstring required
Example:123
The ID of the budget limit. The budget limit MUST be associated to the budget ID.
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"created_at": "2026-08-01T00:00:00+00:00",
"updated_at": "2026-08-01T00:00:00+00:00",
"start": "2026-08-01T00:00:00+00:00",
"end": "2026-08-31T23:59:59+00:00",
"budget_id": "23",
"object_has_currency_setting": true,
"currency_id": "5",
"currency_name": "Euro",
"currency_code": "EUR",
"currency_symbol": "$",
"currency_decimal_places": 2,
"primary_currency_id": "5",
"primary_currency_name": "Euro",
"primary_currency_code": "EUR",
"primary_currency_symbol": "$",
"primary_currency_decimal_places": 2,
"period": "monthly",
"amount": "123.45",
"pc_amount": "123.45",
"spent": "-1012.12",
"notes": "Some example notes",
"fire_webhooks": true
}Response
Updated budget limit stored, result in response
Changes
No recorded changes to this endpoint across all 1 revision of this API.