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
Example request
{
"scoreCutoff": 10,
"orderBy": "label"
}Response
Successfully retrieved mapping.
Example response
{
"identifier": "mEFayXdO",
"organization": "mewlkWEKL",
"dataSource": "mewERBRJJ",
"scoreCutoff": 10,
"orderBy": "label"
}