Update notification thresholds

patch/api/notifications/v1/user/notification-thresholds

Updates the deposit and/or withdrawal USD notification thresholds for the authenticated user.

Request Body

The threshold values to update. Omitted fields are left unchanged.
depositThresholdUsd number
Minimum: >= 0
Exclusive minimum: > false
withdrawalThresholdUsd number
Minimum: >= 0
Exclusive minimum: > false

200 Response

depositThresholdUsd number
withdrawalThresholdUsd number

400 Response

name string required
Error code
Allowed values: ValidationFailed IllegalArgument BadRequest DataIntegrityError NotImplementedError RETRIGGER_RATE_LIMITED USER_CREATION_FAILED USER_FALLBACK_FAILED
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 400

500 Response

name string required
Error code
Allowed values: UnexpectedError ThirdPartyError DatabaseError USER_FALLBACK_TIMEOUT
error string required
Human-readable error message
status integer <int32>required
HTTP status code
Allowed value: 500