---
title: "Update the status of Matchlist process results"
method: PATCH
path: "/v2/individuals/{entityId}/results/matchlist"
tags: ["Individual Results"]
---

# Update the status of Matchlist process results

`PATCH /v2/individuals/{entityId}/results/matchlist`

Update the status of a set of Matchlist process results.

## Headers

- `api_key` string, required
- `X-Frankie-CustomerID` string, required
- `X-Frankie-CustomerChildID` string
- `X-Frankie-Channel` string
- `X-Frankie-Username` string

## Request body

- object
  - `processResults` string[] — The process result IDs to update. These are the PROs created when a match has been found.
  - `manualStatus` 'FALSE_POSITIVE' | 'TRUE_POSITIVE_REJECT' — Any manual status set after the results have been reviewed. - FALSE_POSITIVE: The result is determined to be a false positive, but you do not necessarily want to resolve it. - TRUE_POSITIVE_REJECT: The result is determined to be a true positive and you want to resolve it. "Reject" infers you want to reject the activity.
  - `comment` Comment
    - `commentId` string — Unique identifier for the comment.
    - `text` string — The text content of the comment.

## Response `200`

OK

- object
  - `requestId` string — The unique request identifier for the API call made.
  - `processResults` ProcessResultObject[] — unresolved $ref

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error
- `502` — Bad Gateway
- `503` — Service Unavailable

---

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