Skip to main content
PATCH
Update budget alert

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

Body

is_enabled
boolean | null

Whether this alert is active.

threshold_type
enum<string> | null

'percentage' of budget or 'absolute' EUR amount.

Available options:
percentage,
absolute
threshold_value
string | null

e.g. 75.00 for 75% or 500.00 for 500 EUR.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$

Response

id
integer
required
is_enabled
boolean
required
threshold_type
string
required
threshold_value
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$