Objects
Start fields refresh
This endpoint queues a job to refresh the list of fields for a given destination object.
POST
/
destinations
/
{destination_id}
/
objects
/
{object_full_name}
/
refresh_fields
Authorizations
Authorization
string
headerrequiredBearer token for the current workspace. Can be retrieved from the Workspace's settings page.
Path Parameters
destination_id
integer
requiredID of the destination to update
object_full_name
string
requiredfull_name
of the destination object
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?