PUT
/
{env_id}
/
{flow_id}
/
{tenant}
/
linkedSources
/
state
curl --request PUT \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/linkedSources/state \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "state": {}
}'
{}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Query Parameters

tap_name
string
required

Name of tap to update

Body

application/json
state
object

State object containing bookmark timestamps

Response

200 - application/json

The response is of type object.