PATCH
/
consumers
/
{consumerid}
/
syncs
/
{syncid}
/
flows
/
{flowid}
curl --request PATCH \
  --url https://api.chift.eu/consumers/{consumerid}/syncs/{syncid}/flows/{flowid} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "triggerid": "trigger-1",
  "data": {}
}'
This response does not have an example.

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

syncid
string
required
flowid
string
required
consumerid
string
required

Body

application/json
triggerid
string
default:trigger-1
data
object

Object containing the configuration of the flow for the consumer

Response

204
_mintlify/placeholder

Successful Response