pub async fn extras_custom_links_bulk_partial_update(
configuration: &Configuration,
custom_link_request: Vec<CustomLinkRequest>,
) -> Result<Vec<CustomLink>, Error<ExtrasCustomLinksBulkPartialUpdateError>>Expand description
Patch a list of custom link objects.