post https://{server}/api-gateway/api/v2/dtables//rows/
Append multiple rows to a table. Define the column:values pairs of each column in the rows object.
Response
Append multiple rows to a table. Define the column:values pairs of each column in the rows object.
xxxxxxxxxx
curl --request POST \
--url https://cloud.seatable.io/api-gateway/api/v2/dtables/base_uuid/rows/ \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here! Or choose an example: