---
title: "Update flow settings for a specific consumer"
method: PATCH
path: "/consumers/{consumer_id}/syncs/{syncid}/flows/{flowid}"
tags: ["Syncs"]
---

# Update flow settings for a specific consumer

`PATCH /consumers/{consumer_id}/syncs/{syncid}/flows/{flowid}`

Route that can be used to update the flow configuration for a specific consumer. It will merge the new configuration with the existing one.

## Path parameters

- `syncid` string, uuid, required
- `flowid` string, uuid, required
- `consumer_id` string, uuid, required

## Request body

- UpdateFlowConsumer
  - `triggerid` string, nullable
  - `data` object, nullable — Object containing the configuration of the flow for the consumer

## Response `204`

Successful Response

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/chift/apis/chift-api.md) · [All operations](https://skmtc.net/chift/apis/chift-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chift/chift-api/revisions/b5f1214a482a/schema)
