This article shows how to update any dataset without uploading a file.
If you remove rows details from the model body, it only updates the dataset name :


To update the Row data, you can use the following sample model body. However, it will update the entire row:
{
"DatasetName": "Phone",
"Rows": [{
"ScenarioId": 0,
"Data": "[ \"PhoneNumber\"]",
"DatasetId": 11793
}, {
"ScenarioId": 1,
"Data": "[ \"4802855542\"]",
"DatasetId": 11793
}
]
}
Example:
API Request :
API Response :