---
title: "Update Transcript Filing Settings"
method: PUT
path: "/developer/transcript-filing/settings"
tags: ["Developer", "Developer - Transcript Filing"]
---

# Update Transcript Filing Settings

`PUT /developer/transcript-filing/settings`

## Request body

- TranscriptFilingSettingsSchema — Developer-panel config for the transcript filing automation.
  - `drive_root_folder_id` string, nullable
  - `impersonate_email` string, nullable
  - `dry_run_granola` boolean
  - `dry_run_ringcentral` boolean
  - `customer_toggle_granola_enabled` boolean
  - `customer_toggle_ringcentral_enabled` boolean
  - `lead_folder_creation_enabled` boolean
  - `customer_review_enabled` boolean
  - `screening_enabled` boolean
  - `screening_criteria` string, nullable
  - `confidence_threshold` number
  - `agent_fallback_enabled` boolean
  - `file_ringcentral_calls` boolean
  - `file_granola_notes` boolean
  - `granola_filename_template` string, nullable
  - `ringcentral_filename_template` string, nullable
  - `status` string, nullable
  - `last_run_at` string, date-time, nullable
  - `last_error_msg` string, nullable

## Response `200`

Successful Response

- TranscriptFilingSettingsSchema — Developer-panel config for the transcript filing automation.
  - `drive_root_folder_id` string, nullable
  - `impersonate_email` string, nullable
  - `dry_run_granola` boolean
  - `dry_run_ringcentral` boolean
  - `customer_toggle_granola_enabled` boolean
  - `customer_toggle_ringcentral_enabled` boolean
  - `lead_folder_creation_enabled` boolean
  - `customer_review_enabled` boolean
  - `screening_enabled` boolean
  - `screening_criteria` string, nullable
  - `confidence_threshold` number
  - `agent_fallback_enabled` boolean
  - `file_ringcentral_calls` boolean
  - `file_granola_notes` boolean
  - `granola_filename_template` string, nullable
  - `ringcentral_filename_template` string, nullable
  - `status` string, nullable
  - `last_run_at` string, date-time, nullable
  - `last_error_msg` string, nullable

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