PUT
Mute wallet notifications
Mutes notifications from a specific wallet for the authenticated user. Uses PUT as this operation creates or updates existing mute settings.
Header Params
-
request-idstring
Body Params
object
-
walletIdstring required
Responses
200
Wallet notifications muted successfully
Response Body
object
-
userIdstring required -
successboolean required -
messagestring required -
mutedEnterpriseIdsarray of strings -
mutedWalletIdsarray of strings
400
Invalid mute wallet request body
Response Body
object
Bad request error response
-
namestring enum requiredError codeValidationFailedIllegalArgumentBadRequestDataIntegrityErrorNotImplementedErrorRETRIGGER_RATE_LIMITEDUSER_CREATION_FAILEDUSER_FALLBACK_FAILED -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code400
500
Unexpected error
Response Body
object
Internal server error response
-
namestring enum requiredError codeUnexpectedErrorThirdPartyErrorDatabaseErrorUSER_FALLBACK_TIMEOUT -
errorstring requiredHuman-readable error message -
statusinteger enum int32 requiredHTTP status code500