---
title: "Update specific mapping"
method: PATCH
path: "/v3/mappings/{identifier}"
tags: ["Deprecated End Points"]
deprecated: true
---

# Update specific mapping

`PATCH /v3/mappings/{identifier}`

> **Deprecated.**

Updates a specific mapping.

## Path parameters

- `identifier` string, required — Uniquely identify a mapping.

## Request body

- MappingUpdate
  - `scoreCutoff` number, nullable — Higher values will result in more strict matching.
  - `orderBy` string, nullable — The field to order the results by. Leave blank for ordering by relevance.

## Response `200`

Successfully retrieved mapping.

- Mapping — A mapping allows you to specify specific settings regarding a lookup against a MappingDataSource should be applied.
  - `identifier` string, required — Uniquely identify a mapping.
  - `organization` string, nullable — The organization that this mapping belongs to.
  - `dataSource` string, nullable, required — The mapping data source this mapping applies to.
  - `scoreCutoff` number, nullable — Higher values will result in more strict matching.
  - `orderBy` string, nullable — The field to order the results by. Leave blank for ordering by relevance.

## Other responses

- `400` — Bad request. If it is a validation error will contain a list of each invalid field
- `401` — Authorisation error
- `default` — UnexpectedError

---

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