Skip to main content
PUT
/
api
/
data
/
v3
/
datasources
/
{datasetId}
/
uploads
/
{uploadId}
/
parts
/
{part}
http
PUT /api/data/v3/datasources/{datasetId}/uploads/{uploadId}/parts/1 HTTP/1.1
Host: {instance}.domo.com
X-DOMO-Developer-Token: {token}
Content-Type: text/csv
Accept: application/json

Jae and Oleksii, why
hello, it is the way

Authorizations

X-DOMO-Developer-Token
string
header
required

Developer token obtained from Domo

Path Parameters

datasetId
string
required
uploadId
integer
required
part
integer
required

Part number of the upload

Body

text/csv

The body is of type file.

Response

200

Part uploaded successfully