pub async fn patch_connector_with_id(
configuration: &Configuration,
connector_id: &str,
connector_request: Option<ConnectorRequest>,
) -> Result<ConnectorResponse, Error<PatchConnectorWithIdError>>
Expand description
Updates, via PATCH, the connector with the given Id.