Complete
Description
The /dataset-complete endpoint is designed to signal the end of the dataset insertion process. Once all batches have been inserted via the /dataset-fill endpoint, this method should be called to trigger the final dataset shape calculation and any other necessary post-processing steps.
Parameters
user-code (string): Unique code identifying the user.
dataset-code (string): A unique code for the dataset, if pre-defined.
Indicate end of dataset insertion
To populate a dataset, follow these steps:
Make a POST request to
/dataset-complete
with the required parameters in the request body.Include the
user-code
anddataset-code
to identify the dataset and the user making the request.
Example Usage
For example, making a POST with following header included into request with the provided JSON body would result in the response below:
Header
Request
Response
Last updated