cURL
curl --request PATCH \ --url https://api.chift.eu/consumers/{consumer_id}/syncs/{syncid}/flows/{flowid} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "triggerid": "trigger-1", "data": {} } '
{ "message": "The flow is not yet activated for this consumer", "status": "error" }
Route that can be used to update the flow configuration for a specific consumer. It will merge the new configuration with the existing one.
This access token needs to be included in each of your request to the Chift API.
Object containing the configuration of the flow for the consumer
Successful Response