Update a database table
Renames a database table and/or updates its column schema (also syncs the dataset name in reporting-api).
PATCH
/api/database-tables/{tableId}Path parameters
tableIdnumberrequiredPath parameter: tableId
Request
curl
curl -X PATCH https://platform.trickest.com/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