Tables
Start table refresh
This endpoint queues a job to refresh the list of tables for a source.
POST
/
sources
/
{source_id}
/
refresh_tables
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
source_id
integer
requiredID of the source to update
Response
200 - application/json
refresh_key
integer
They key that can be used to check the status of the refresh job.
Was this page helpful?