CSVUploads
Path parameters
dataImportNamestringRequired
name of the dataImport
destinationTablestringRequired
name of the destinationTable
Query parameters
projectIdstringOptional
Optional. If not given, then default project is used
Body
filestringOptional
Responses
200
Details about the created csv upload
application/json
post
/csvuploads/{dataImportName}/{destinationTable}200
Details about the created csv upload
Path parameters
dataImportNamestringRequired
name of the dataImport
destinationTablestringRequired
name of the destinationTable
Query parameters
projectIdstringOptional
Optional. If not given, then default project is used
Body
filestringOptional
Responses
200
Details about the updated csv upload
application/json
put
/csvuploads/{dataImportName}/{destinationTable}200
Details about the updated csv upload
Sample Create Request
Last updated