Skip to main content
PUT
Update notification configuration

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Cuerpo

application/json
channels
string[] | null
requerido

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

Maximum array length: 20
expectedVersion
integer<int64>
requerido

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

Rango requerido: x >= 1
windowLeadMinutes
integer<int64>
requerido

Lead time (minutes), 1-120.

Rango requerido: 1 <= x <= 120

Respuesta

OK

channels
string[] | null
requerido

Enabled notification channels (WEBHOOK, EMAIL).

version
integer<int64>
requerido

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

windowLeadMinutes
integer<int64>
requerido

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