---
title: "Update Produce Policy Chain"
method: PUT
path: "/v1/event-gateways/{gatewayId}/virtual-clusters/{virtualClusterId}/produce-policy-chain"
tags: ["Event Gateway Virtual Cluster Produce Policies"]
---

# Update Produce Policy Chain

`PUT /v1/event-gateways/{gatewayId}/virtual-clusters/{virtualClusterId}/produce-policy-chain`

Update the produce policy chain for a virtual cluster by providing an ordered list of produce policy ids.

## Request body

- object
  - `policies` EventGatewayPolicyReference[], required

## Response `200`

A response containing the list of policies in order of execution.

- object
  - `policies` EventGatewayPolicyReference[], required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

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