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

# Update Call Detail Settings

`PATCH /developer/call-detail-settings`

Update the call detail page settings for the current customer.

## Request body

- UpdateCallDetailSettingsRequest — Update call detail page settings request model
  - `recording_playback_enabled` boolean, nullable — Whether recording playback is enabled for customer admins
  - `recording_playback_staff_enabled` boolean, nullable — Whether recording playback is also enabled for staff users
  - `show_realtime_transcript` boolean, nullable — Whether the realtime transcript tab is visible
  - `show_finalized_transcript` boolean, nullable — Whether the finalized transcript tab is visible
  - `show_translated_transcript` boolean, nullable — Whether the translated transcript tab is visible
  - `transfer_flow_admin_enabled` boolean, nullable — Whether the transfer flow card is visible to customer admins

## Response `200`

Successful Response

- CallDetailSettingsResponse — Call detail page settings response model
  - `recording_playback_enabled` boolean, required — Whether recording playback is enabled for customer admins
  - `recording_playback_staff_enabled` boolean, required — Whether recording playback is also enabled for staff users
  - `show_realtime_transcript` boolean, required — Whether the realtime transcript tab is visible to non-developer users
  - `show_finalized_transcript` boolean, required — Whether the finalized transcript tab is visible to non-developer users
  - `show_translated_transcript` boolean, required — Whether the translated transcript tab is visible to non-developer users
  - `transfer_flow_admin_enabled` boolean, required — Whether the transfer flow card is visible to customer admins
  - `pbx_transfer_flow_available` boolean, required — Whether the customer has a NetSapiens PBX integration, so transfer-flow hop data can exist

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