---
title: "Update mapping"
method: PUT
path: "/v2/mapping/{mappingId}"
tags: ["Mappings"]
---

# Update mapping

`PUT /v2/mapping/{mappingId}`

## Path parameters

- `mappingId` string, required

## Request body

- MappingMappingExternalValueRequest
  - `externalValue` string, required

## Response `200`

Response for the updated mapping of quinyxValue and externalValue

- MappingMappingResponse
  - `mappingType` string
  - `id` string
  - `quinyxValue` string
  - `externalValue` string
  - `domainId` integer

## Other responses

- `400` — In case when externalValue is invalid
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `501` — Mapping type not supported

---

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