Kafka Connect
Upsert connector configuration
Update the configuration for an existing connector with the specified name, or create a new connector using the given configuration. Returns information about the connector after the change has been made.
put/v1/kafka-connect/clusters/{cluster_name}/connectors/{name}/config
Path parameters
cluster_namestring required
Unique name of target Connect cluster. For Redpanda Cloud, use redpanda.
namestring required
Name of connector. If a connector with this name does not already exist, a new connector is created.
Request body
object required
Response
Updated