pub fn modify_shared_link_settings(
client: &impl UserAuthClient,
arg: &ModifySharedLinkSettingsArgs,
) -> Result<SharedLinkMetadata, Error<ModifySharedLinkSettingsError>>Available on crate feature
dbx_sharing only.Expand description
Modify the shared link’s settings. If the requested visibility conflict with the shared links
policy of the team or the shared folder (in case the linked file is part of a shared folder)
then the LinkPermissions::resolved_visibility of the returned
SharedLinkMetadata will reflect the actual visibility of the shared link and the
LinkPermissions::requested_visibility will reflect the requested
visibility.