Deprecated End Points
Update a data point
Update data of a data point.
patch/v3/data_points/{identifier}
Path parameters
identifierstring required
Uniquely identify a data point.
Example:XprEvgai
DataPoint's identifier
Request body
Example request
{
"parent": "DdCbJhhx",
"mappingDataSource": "mEFayXdO"
}Response
Successfully updated data point.
Example response
{
"identifier": "XprEvgai",
"organization": {
"identifier": "mEFayXdO",
"name": "Grove Street King",
"userRole": "admin",
"avatar": "https://affinda-api.s3.amazonaws.com/media/org-avatar.png?AWSAccessKeyId=KEY&Signature=SIG",
"resthookSignatureKey": "465c6598bd34c0558f0ce256c43209d49fa85b0ff3e4c18b24e408b7563143ad"
},
"extractor": "resume",
"parent": "DdCbJhhx",
"availableDataSources": [
{
"identifier": "mEFayXdO",
"name": "My supplier list",
"keyProperty": "value",
"displayProperty": "value",
"organization": "mewlkWEKL",
"workspace": "mewlkWEKL",
"schema": {
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"label"
],
"properties": {
"label": {
"type": "string"
},
"description": {
"type": "string"
}
}
}
}
],
"mappingDataSource": "mEFayXdO"
}