Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Enter token in format (Bearer )

Path Parameters

tableId
string<uuid>
required

Table ID

Body

application/json

Row data (single row or bulk insert)

column1
string
Example:

"value1"

column2
string
Example:

"value2"

Response

Rows created successfully

message
string
Example:

"Rows created successfully"

transaction_id
string<uuid>
rows_created
integer
rows
object[]