# Update account feature

Update account feature

Endpoint: PUT /v5/accounts/features
Version: 3.0.0
Security: basicAuth

## Request fields (application/x-www-form-urlencoded):

  - `webhooks_redact_pii` (string)
    JSON object encoded as a string
    Example: "{\"enabled\": false}"

  - `ai_insights` (string)
    JSON object encoded as a string
    Example: "{\"enabled\": false}"

## Response 200 fields (application/json):

  - `success` (boolean)
    Indicates success of request

## Response 400 fields (application/json):

  - `message` (string)
    Response message


