Event Gateway Virtual Cluster Produce Policies
Update Produce Policy for Virtual Cluster
Updates an existing produce policy associated with the specified Event Gateway virtual cluster.
put/v1/event-gateways/{gatewayId}/virtual-clusters/{virtualClusterId}/produce-policies/{policyId}#ModifyHeaders
Request body
Example request
{
"labels": {
"env": "test"
},
"condition": "record.value.content.foo.bar == \"a-value\""
}Response
Updated produce policy object.
Example response
{
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}