REST APIUser Management Notification

PUT

Replaces both muted enterprises and wallets lists atomically. Wallet IDs belonging to muted enterprises are automatically removed.

Header Params

  • request-id string
    Optional idempotency key for the request

Body Params

object

  • enterpriseIds array of strings required

    0 to 500 items

  • walletIds array of strings required

    0 to 5000 items

Responses

200
Mute settings updated successfully

Response Body

object

  • enterpriseIds array of strings required
  • walletIds array of strings required
400
Invalid mute settings request body

Response Body

object

Bad request error response
  • name string enum required
    Error code
    ValidationFailedIllegalArgumentBadRequestDataIntegrityErrorNotImplementedErrorRETRIGGER_RATE_LIMITEDUSER_CREATION_FAILEDUSER_FALLBACK_FAILED
  • error string required
    Human-readable error message
  • status integer enum int32 required
    HTTP status code
    400
500
Unexpected error

Response Body

object

Internal server error response
  • name string enum required
    Error code
    UnexpectedErrorThirdPartyErrorDatabaseErrorUSER_FALLBACK_TIMEOUT
  • error string required
    Human-readable error message
  • status integer enum int32 required
    HTTP status code
    500