---
title: "Update Intake Form Config"
method: PUT
path: "/forms/settings"
tags: ["Forms"]
---

# Update Intake Form Config

`PUT /forms/settings`

Update intake form configuration for the current customer.

## Request body

- UpdateIntakeFormConfigRequest
  - `enabled` boolean, nullable
  - `accent_color` string, nullable
  - `form_title` string, nullable
  - `completion_message` string, nullable
  - `intake_goal` string, nullable
  - `law_firm_context` string, nullable
  - `additional_instructions` string, nullable
  - `allowed_origins` string[], nullable
  - `form_idle_timeout_minutes` integer, nullable
  - `default_language` string, nullable
  - `language_selector_enabled` boolean, nullable
  - `language_selector_options` string[], nullable

## Response `200`

Successful Response

- IntakeFormConfigResponse
  - `customer_id` string, uuid, required
  - `enabled` boolean, required
  - `accent_color` string, required
  - `form_title` string, required
  - `completion_message` string, required
  - `intake_goal` string, nullable
  - `law_firm_context` string, nullable
  - `additional_instructions` string, nullable
  - `allowed_origins` string[], nullable
  - `form_idle_timeout_minutes` integer, required
  - `default_language` string, nullable
  - `language_selector_enabled` boolean
  - `language_selector_options` string[], nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, 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)
