Insert a row into a database table
Inserts a user-written overlay row into a live database table; supports an Idempotency-Key header.
POST
/api/database-tables/{tableId}/rowsPath parameters
tableIdnumberrequiredPath parameter: tableId
Body
payloadobjectrequiredRequest
curl
curl -X POST https://platform.trickest.com/api/database-tables/{tableId}/rows \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
201The inserted row
rowobjectrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring