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