Record a sync error on a table source
Flips a table source's sync status to error and stores the provided error message.
PATCH
/api/database-tables/sources/{sourceId}/sync-errorPath parameters
sourceIdnumberrequiredPath parameter: sourceId
Request
curl
curl -X PATCH https://platform.trickest.com/api/database-tables/sources/{sourceId}/sync-error \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Sync error recorded
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring