pub async fn extras_custom_links_update(
configuration: &Configuration,
id: i32,
custom_link_request: CustomLinkRequest,
) -> Result<CustomLink, Error<ExtrasCustomLinksUpdateError>>Expand description
Put a custom link object.
pub async fn extras_custom_links_update(
configuration: &Configuration,
id: i32,
custom_link_request: CustomLinkRequest,
) -> Result<CustomLink, Error<ExtrasCustomLinksUpdateError>>Put a custom link object.