pub async fn extras_custom_links_partial_update(
configuration: &Configuration,
id: i32,
patched_custom_link_request: Option<PatchedCustomLinkRequest>,
) -> Result<CustomLink, Error<ExtrasCustomLinksPartialUpdateError>>Expand description
Patch a custom link object.