Skip to main content
PUT
/
v2
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedConnectors
/
state
Set connector state
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": {}
}'
{}

Authorizations

x-api-key
string
header
required

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

connector_id
string
required

Name of connector to update

Body

application/json
state
object

State object containing bookmark timestamps

Response

200

The response is of type object.