connection
Update a connection
Apply a patch-style update to a connection. Only fields present on the update request body will be updated. Note that if a catalog is present in the request body, the connection's entire catalog will be replaced with the catalog from the request. This means that to modify a single stream, the entire new catalog containing the updated stream needs to be sent.
post/v1/connections/update
Request body
Example request
{
"namespaceFormat": "${SOURCE_NAMESPACE}"
}Response
Successful operation
Example response
{
"namespaceFormat": "${SOURCE_NAMESPACE}"
}