---
title: "Patch EDD Review Configuration"
method: PATCH
path: "/edd/review_configurations/{id}"
tags: ["EDD"]
---

# Patch EDD Review Configuration

`PATCH /edd/review_configurations/{id}`

Update an EDD review configuration by ID.

## Path parameters

- `id` string, uuid, required

## Request body

- EddReviewConfigurationPatch
  - `auto_case_on_high_risk` boolean — When enabled, automatically creates a case when a customer's CRR score increases from low or medium to high risk.
  - `high_months` integer — The review cadence in months for a risk level.
  - `is_active` boolean — Whether this configuration is active.
  - `low_months` integer — The review cadence in months for a risk level.
  - `medium_months` integer — The review cadence in months for a risk level.

## Response `200`

Updated EDD review configuration

- EddReviewConfigurationResponse
  - `auto_case_on_high_risk` boolean, required — When enabled, automatically creates a case when a customer's CRR score increases from low or medium to high risk.
  - `creation_time` string, date-time, required — The date and time the configuration was created.
  - `high_months` integer, required — The review cadence in months for a risk level.
  - `id` string, uuid, required — EDD Review Configuration ID
  - `is_active` boolean, required — Whether this configuration is active.
  - `last_updated_time` string, date-time, required — The date and time the configuration was last updated.
  - `low_months` integer, required — The review cadence in months for a risk level.
  - `medium_months` integer, required — The review cadence in months for a risk level.
  - `tenant` string, required — The id of the tenant containing the resource. This is relevant for Fintechs that have multiple workspaces.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/revisions/b0d812e6cdd0/schema)
