pub async fn update_connection(
configuration: &Configuration,
connection_update: ConnectionUpdate,
) -> Result<ConnectionRead, Error<UpdateConnectionError>>Expand description
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.