Update a database table row
Applies a partial patch to a user-written overlay row in a live database table.
PATCH
/api/database-tables/{tableId}/rows/{rowId}Path parameters
tableIdnumberrequiredPath parameter: tableId
rowIdnumberrequiredPath parameter: rowId
Body
patchobjectrequiredRequest
curl
curl -X PATCH https://platform.trickest.com/api/database-tables/{tableId}/rows/{rowId} \
-H "Authorization: Bearer $TRICKEST_TOKEN" \
-H "Content-Type: application/json" \
-d '{ }'Responses
200The updated row
rowobjectrequired400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring