Skip to main content
PUT
Update notification configuration

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Corpo

application/json
channels
string[] | null
obrigatório

Enabled channels; non-empty, unique, subset of {WEBHOOK, EMAIL}.

Maximum array length: 20
expectedVersion
integer<int64>
obrigatório

The version last read; the update applies only while it still matches (optimistic lock).

Intervalo obrigatório: x >= 1
windowLeadMinutes
integer<int64>
obrigatório

Lead time (minutes), 1-120.

Intervalo obrigatório: 1 <= x <= 120

Resposta

OK

channels
string[] | null
obrigatório

Enabled notification channels (WEBHOOK, EMAIL).

version
integer<int64>
obrigatório

Optimistic-concurrency version; pass as expectedVersion on the next update.

windowLeadMinutes
integer<int64>
obrigatório

Lead time (minutes) before a deposit-window close at which to fire the alert.