---
title: "Update Zoho Settings"
method: PATCH
path: "/developer/zoho-settings"
tags: ["Developer", "Developer - Settings"]
---

# Update Zoho Settings

`PATCH /developer/zoho-settings`

Update Zoho settings for the current customer.

This endpoint is restricted to developer users only.

- **zoho_leads_disabled**: Set to true to disable automatic Zoho lead creation in the pipeline

## Request body

- UpdateZohoSettingsRequest — Update Zoho settings request model
  - `zoho_leads_disabled` boolean, nullable — Whether to disable automatic Zoho lead creation in the pipeline

## Response `200`

Successful Response

- ZohoSettingsResponse — Zoho settings response model
  - `zoho_leads_disabled` boolean, required — Whether automatic Zoho lead creation is disabled in the pipeline

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