Update a database table
Renames a Live Table and/or updates its column schema.
PATCH
/api/database-tables/{tableId}Path parameters
tableIdnumberrequiredPath parameter: tableId
Request
curl
curl -X PATCH https://trickest.io/api/database-tables/{tableId} \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Updated database table
idstringrequiredvaultIdstringrequiredsolutionIdstringrequireddatasetIdstringrequirednamestringrequireddisplayNamestringrequiredstatusenumrequiredOne of: detected, creating, live, error
errorMessagestringrequiredschemaobjectrequiredcreatedAtstringrequiredupdatedAtstringrequiredlastIndexedAtstringrequiredrow_countinteger400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring