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