---
title: "Update System Settings"
method: PUT
path: "/settings/system"
tags: ["Settings"]
---

# Update System Settings

`PUT /settings/system`

Update system settings for the customer.

Allows updating system-level settings like CNAM lookup configuration.

## Request body

- UpdateSystemSettingsRequest — Update system settings request model
  - `cnam_lookup_before_call` boolean, nullable — Whether to perform caller ID (CNAM) lookup before connecting calls

## Response `200`

Successful Response

- SystemSettingsResponse — System settings response model
  - `cnam_lookup_before_call` boolean, required — Whether to perform caller ID (CNAM) lookup before connecting calls

## 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)
