The name of the dataset to update
Data8 Administration & Batch Data Cleansing API
Manage your Data8 account, submit data to batch data cleansing jobs and retrieve the results
Jobs are submitted to workflows that are built for you by the Data8 Production Team to your specifications, and the details of the data to be provided to each workflow and generated by it will be documented by them.
If you do not already have a workflow available to submit jobs to, please get in touch with your account manager to discuss your requirements.
All requests must be authenticated using an Authorization: Bearer
header, with the bearer token being obtained from the Data8 OAuth token server at https://auth.data-8.co.uk/connect/token
.
Updates a dataset
HTTP Method: PUT
Operation Id: Dataset_UpdateByName
Use this endpoint to mark an input dataset as complete. Once it is complete it can be used as input to a job.
Only an incomplete input dataset can be updated. If the dataset is an output dataset, or if it has already been completed,
a 400
error will be returned.
The properties of the dataset to update
{ "recordCount": 0, "completed": true }
The dataset has been updated successfully
A validation error has occurred
{ "errors": {}, "type": "string", "title": "string", "status": 0, "detail": "string", "instance": "string", "errors": {} }
The requested dataset does not exist