cURL
curl --request PUT \ --url https://api.hotglue.com/v2/{env_id}/{flow_id}/{tenant}/linkedConnectors/state \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "state": {} }'
{}
Overwrite the connector state with your own bookmarks to re-sync or ignore data
ID of environment
ID of flow
ID of tenant
Name of connector to update
State object containing bookmark timestamps
200
The response is of type object.
object