A request to update the configuration and capabilities of a supply source.

UpdateSupplySourceRequest

interface UpdateSupplySourceRequest {
    alias?: string;
    capabilities?: SupplySourceCapabilities;
    configuration?: SupplySourceConfiguration;
}

Properties

alias?: string

The custom alias for this supply source

UpdateSupplySourceRequest

UpdateSupplySourceRequest

UpdateSupplySourceRequest