pub async fn extras_custom_links_create(
configuration: &Configuration,
custom_link_request: CustomLinkRequest,
) -> Result<CustomLink, Error<ExtrasCustomLinksCreateError>>Expand description
Post a list of custom link objects.
pub async fn extras_custom_links_create(
configuration: &Configuration,
custom_link_request: CustomLinkRequest,
) -> Result<CustomLink, Error<ExtrasCustomLinksCreateError>>Post a list of custom link objects.