PATCH
/
consumers
/
{consumerid}
/
syncs
/
{syncid}
/
flows
/
{flowid}
Update flow settings for a specific consumer
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": "<string>",
  "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<uuid>
required
flowid
string<uuid>
required
consumerid
string<uuid>
required

Body

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

Object containing the configuration of the flow for the consumer

Response

Successful Response