---
title: "Update Connection Settings"
method: PATCH
path: "/api/accounting/connections/{connection_id}/settings"
tags: ["accounting"]
---

# Update Connection Settings

`PATCH /api/accounting/connections/{connection_id}/settings`

## Path parameters

- `connection_id` string, required

## Request body

- ConnectionSettingsRequest
  - `auto_sync_clients` boolean, nullable
  - `auto_sync_invoices` boolean, nullable
  - `auto_sync_payments` boolean, nullable
  - `auto_sync_expenses` boolean, nullable
  - `send_provider_invoice` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

> 23 revisions in range; 20 could not be searched.

- **2026-07-26** `13940b6986a4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/every/apis/every-api/changes/api/accounting/connections/:connection_id/settings/patch.md)

---

[API](https://skmtc.dev/every/apis/every-api.md) · [All operations](https://skmtc.dev/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/every/every-api/revisions/88bb31b8dace/schema)
