---
title: "Update In Progress Outreach Settings"
method: PATCH
path: "/api/v1/admin/system-settings/in-progress-outreach-settings"
tags: ["Admin APIs", "system-settings"]
---

# Update In Progress Outreach Settings

`PATCH /api/v1/admin/system-settings/in-progress-outreach-settings`

Update customer outreach tuning. Only fields present in the body are
written; omitted fields are left unchanged.

## Request body

- InProgressOutreachSettingsUpdate — Payload to update in-progress outreach tuning. Omitted value fields are left untouched. ``rationale`` is always required on PATCH.
  - `outreach_enabled` boolean, nullable
  - `threshold_minutes` integer, nullable
  - `rationale` string, required — Required. Why this change is being made (min 3 characters, trimmed).

## Response `200`

Successful Response

- InProgressOutreachSettingsRead — Current customer outreach tuning for in-progress signups (PRO-825).
  - `outreach_enabled` SettingFieldBool, required
    - `value` boolean, required
    - `updated_at` string, date-time, nullable
    - `updated_by` string, nullable
    - `last_rationale` string, nullable
  - `threshold_minutes` SettingFieldInt, required
    - `value` integer, required
    - `updated_at` string, date-time, nullable
    - `updated_by` string, nullable
    - `last_rationale` string, nullable
  - `watcher_interval_minutes` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api.md) · [All operations](https://skmtc.net/carbonarc/apis/carbon-arc-client-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carbonarc/carbon-arc-client-admin-api/revisions/a8ca30023371/schema)
