pub async fn dcim_interfaces_bulk_partial_update(
configuration: &Configuration,
interface_request: Vec<InterfaceRequest>,
) -> Result<Vec<Interface>, Error<DcimInterfacesBulkPartialUpdateError>>Expand description
Patch a list of interface objects.