pub async fn update_supply_source(
configuration: &Configuration,
supply_source_id: &str,
payload: Option<UpdateSupplySourceRequest>,
) -> Result<ErrorList, Error<UpdateSupplySourceError>>Expand description
Update the configuration and capabilities of a supply source.