pub fn modify_shared_link_settings<'a>(
client: &'a impl UserAuthClient,
arg: &'a ModifySharedLinkSettingsArgs,
) -> impl Future<Output = Result<SharedLinkMetadata, Error<ModifySharedLinkSettingsError>>> + Send + 'a
Available on crate features
async_routes
and 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.