[−][src]Function dropbox_sdk::sharing::modify_shared_link_settings
pub fn modify_shared_link_settings(
client: &dyn HttpClient,
arg: &ModifySharedLinkSettingsArgs
) -> Result<Result<SharedLinkMetadata, ModifySharedLinkSettingsError>>
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.