Mark a table source as synced
Records the reporting-node ID on a table source and flips its sync status to synced.
POST
/api/database-tables/sources/{sourceId}/mark-syncedPath parameters
sourceIdnumberrequiredPath parameter: sourceId
Request
curl
curl -X POST https://platform.trickest.com/api/database-tables/sources/{sourceId}/mark-synced \
-H "Authorization: Bearer $TRICKEST_TOKEN"Responses
200Source marked synced
successboolean400Bad Request – validation error or malformed input
codestringmessagestring401Unauthorized – missing or expired token
codestringmessagestring500Internal Server Error
codestringmessagestring