pub async fn dcim_platforms_bulk_partial_update(
configuration: &Configuration,
platform_request: Vec<PlatformRequest>,
) -> Result<Vec<Platform>, Error<DcimPlatformsBulkPartialUpdateError>>Expand description
Patch a list of platform objects.