Skip to main content
POST
Insert rows into table

Authorizations

Authorization
string
header
required

Bearer token authentication. Include the token in the Authorization header as 'Bearer '

Query Parameters

reader_batch_size
integer

Number of the maximum rows to insert at a time. It determines the size of each record batch. Default is 1024.

Required range: x >= 0

Response

Data successfully inserted.

code
integer<int32>
required

HTTP status code.

Required range: x >= 0
success
boolean
required

Whether the request was successful.

data
object
exception
object