cURL
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.
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.
Successful Response