---
title: "Update Call Analysis Settings"
method: PATCH
path: "/developer/call-analysis/settings"
tags: ["Developer", "Developer - Call Analysis"]
---

# Update Call Analysis Settings

`PATCH /developer/call-analysis/settings`

Upsert this customer's enabled metrics.

## Request body

- UpdateCallAnalysisSettingsRequest — Request to update which metrics are enabled for the customer.
  - `enabled_metrics` CallAnalysisMetric[] — The metrics to enable for this customer

## Response `200`

Successful Response

- CallAnalysisSettingsResponse — The customer's enabled metrics plus the full list of available metrics.
  - `enabled_metrics` CallAnalysisMetric[], required
  - `available_metrics` CallAnalysisMetricInfo[], required
    - `value` 'opted_out_of_ai' | 'hung_up_after_intro' | 'asked_for_specific_person', required — LLM-decided per-call diagnostic metrics.
    - `label` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
