Data Points
Approve reply to a Data Point
Approves a reply to a data point.
post/data-points/{id}/reply/{replyId}/approval
Path parameters
idstring required
The id of the root data point
replyIdstring required
The id of the replying data point
Response
Success
Example response
{
"response": {
"dataPoint": {
"secondaryData": "text content on instagram pictures",
"comments": [
{
"secondaryData": "text content on instagram pictures"
}
]
}
}
}