---
title: "Update Resolution"
method: PATCH
path: "/data-clips/{dataClipId}/resolutions"
tags: ["data-clips"]
---

# Update Resolution

`PATCH /data-clips/{dataClipId}/resolutions`

## Path parameters

- `dataClipId` string, required — Data Clip ID

## Headers

- `Authorization` string, required
- `X-Disable-Hooks` 'true', required

## Request body

- TypeDataClipsUpdateResolutionRequest
  - `resolvedRecords` TypeDataClipsResolvedRecords[], required — Array of record-specific resolutions to update
    - `recordId` string, required — Record ID
    - `resolves` TypeDataClipsResolve[], required — The resolutions for the record
      - `field` string
      - `type` 'conflict' | 'resolve'
      - `resolveTo` 'clip' | 'main' | 'snapshot'
      - `clip_value_reference` string
      - `main_value_reference` string
      - `removedFromMainResolution` 'ignore' | 'restore'

## Response `200`

Response with status 200

- TypeCommonsSuccess — Informs whether or not a request was successful
  - `data` TypeCommonsSuccessData
    - `success` boolean, required

## Other responses

- `400` — Error response with status 400
- `404` — Error response with status 404

---

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