v1

latestOpenAPI 3.0.3MIT2026-07-22153276289.7 KB
Deprecated End Points

Update specific mapping

Updates a specific mapping.

patch/v3/mappings/{identifier}

Path parameters

identifierstring required

Uniquely identify a mapping.

Example:mEFayXdO

Mapping's identifier

Request body

scoreCutoffnumber nullable

Higher values will result in more strict matching.

orderBystring nullable

The field to order the results by. Leave blank for ordering by relevance.

Example request

{
  "scoreCutoff": 10,
  "orderBy": "label"
}

Response

Successfully retrieved mapping.

identifierstring required

Uniquely identify a mapping.

organizationstring nullable

The organization that this mapping belongs to.

dataSourcestring nullable required

The mapping data source this mapping applies to.

scoreCutoffnumber nullable

Higher values will result in more strict matching.

orderBystring nullable

The field to order the results by. Leave blank for ordering by relevance.

Example response

{
  "identifier": "mEFayXdO",
  "organization": "mewlkWEKL",
  "dataSource": "mewERBRJJ",
  "scoreCutoff": 10,
  "orderBy": "label"
}