---
title: "Update a risk evaluation override"
method: PATCH
path: "/evaluation_overrides/{evaluation_override_id}"
tags: ["Risk Evaluations"]
---

# Update a risk evaluation override

`PATCH /evaluation_overrides/{evaluation_override_id}`

Update evaluation override by ID.

## Path parameters

- `evaluation_override_id` string, uuid, required

## Request body

- EvaluationOverridePatch
  - `active_at` string, date-time — The date and time when the evaluation override became active.
  - `expires_at` string, date-time — The date and time when the evaluation override expires.
  - `reason` string — The reason for the evaluation override.

## Response `200`

An updated risk evaluation override.

- EvaluationOverrideResponse
  - `account_id` string, uuid — The unique identifier for the related customer account.
  - `active_at` string, date-time, required — The date and time when the evaluation override became active.
  - `card_id` string, uuid — The unique identifier for the related card.
  - `creation_time` string, date-time, required — The date and time the evaluation was created.
  - `customer_id` string, uuid, required — The unique identifier for the related customer.
  - `expires_at` string, date-time — The date and time when the evaluation override expires.
  - `id` string, uuid, required — The unique identifier for the evaluation override.
  - `last_updated_time` string, date-time, required — The date and time the evaluation was last updated.
  - `reason` string, required — The reason for the evaluation override.
  - `spend_control_id` string, uuid — The unique identifier for the related spend control.
  - `transaction_id` string, uuid — The unique identifier for the transaction.
  - `type` 'FRAUD' | 'SPEND_CONTROL', required — The type of evaluation override. Always present in responses; behavior and filtering depend on this field.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `404` — Resource not found
- `422` — Unprocessable entity request response
- `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)
