http
PUT /api/data/v3/datasources/{datasetId}/uploads/{uploadId}/commit HTTP/1.1 Host: {instance}.domo.com X-DOMO-Developer-Token: {token} Content-Type: application/json { "action": "APPEND", "index": true }
Finalizes the data upload by committing the uploaded parts and indexing the dataset. This is Stage 3 of the upload process
Developer token obtained from Domo
APPEND
REPLACE
Upload committed successfully