Insert rows into table
테이블 (Table)
Insert rows into table
Insert rows into table from the given request. The rows are in json format.
POST
Insert rows into table
Authorizations
Bearer token authentication. Include the token in the Authorization header as 'Bearer '
Query Parameters
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