Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
Body
application/json
The name of the dataset to be inserted or updated.
The column name that can uniquely identify the row in the dataset, normally an id column.
The data rows in the format of list of json object, where each json object in the list is a single row. The json objects need to have identical top level fields. The max size is 1G.
Optional. specify the schema in the 'data' field. It contains key value pairs of { column_name : column_type }. column_name is the top level field in the JSON objects, DO NOT provide the inner nested fields. Valid value for column types are: 'INTEGER', 'FLOAT', 'STRING', 'BOOLEAN': 'JSON'
Response
Successful Response
The response is of type object.