v1

latestOpenAPI 3.1.02026-08-06118124285.7 KB
Mappings

Update mapping

put/v2/mapping/{mappingId}

Path parameters

mappingIdstring required

Request body

externalValuestring required

Example request

{
  "externalValue": "ext-abc-001"
}

Response

Response for the updated mapping of quinyxValue and externalValue

mappingTypestring
idstring
quinyxValuestring
externalValuestring
domainIdinteger

Example response

{
  "mappingType": "GROUP_ID",
  "id": "5f9a8c6d-1e2b-3c4d-5e6f-7a8b9c0d1e2f",
  "quinyxValue": "1234",
  "externalValue": "ext-abc-001",
  "domainId": 1
}