post http://localhost:9100/api/versioned/v1/projects//categorizations/labels:updateRecords
On success, this call streams records in as new-line separated categorization dataset actions (see Modify Records in a Dataset.
Note: Each JSON object must be on a single line. This example is pretty-printed for readability.
{
"action": "CREATE|DELETE",
"recordId": "...",
"record": {
"verified": {
"category": {
"categoryId": 'unify://unified-data/v1/projects/12/taxonomy/categories/3',
"path": [ "cat1", "cat12" ]
},
"reason": "Optional description for the label choice"
}
}
}