OperationBindings
Update an operation binding
Updates an operation binding without changing unrelated connector or resource descriptor state. Use this for contract changes, renamed operation ids, updated delivery policies, or new transformation references.
patch/operation/bindings/{bindingId}
Path parameters
bindingIdstring uuid required
Stable identifier for a connector operation binding.
Example:2777417e-82ce-4d3e-b96c-94e00a4d9a93
Stable identifier of an operation binding, such as a configured source read or destination write operation.
Request body
Example request
{
"transformationId": "0e60abcc-41b5-4cc5-bec2-f0047f129341",
"egressPolicy": {
"allowedHosts": [
"hr.example.com"
],
"allowedProtocols": [
"HTTPS"
],
"maxPayloadBytes": 1048576
}
}Response
Operation binding updated.
Example response
{
"bindingId": "2777417e-82ce-4d3e-b96c-94e00a4d9a93",
"connectorInstanceId": "3f6f4f46-24fb-4c35-a7a4-bc6c7f7861f5",
"connectorResourceId": "b4cf21b1-0292-4803-8d32-9ebf9f5359a2",
"operationKind": "READ",
"transferMode": "SINGLE",
"direction": "INBOUND",
"accessProtocol": "HTTPS",
"operationName": "getEmployeeProfile",
"responseDescriptorId": "41436f49-040c-4f5f-9c7f-657f43762e2b",
"createdAt": "2026-06-18T09:20:00Z",
"updatedAt": "2026-06-18T09:25:00Z"
}