@@ -535,7 +535,8 @@ pub fn member_space_limits_excluded_users_remove<'a>(
535535
536536/// Get users custom quota. A maximum of 1000 members can be specified in a single call. Note: to
537537/// apply a custom space limit, a team admin needs to set a member space limit for the team first.
538- /// (the team admin can check the settings here: https://www.dropbox.com/team/admin/settings/space).
538+ /// (the team admin can check the settings here:
539+ /// <https://www.dropbox.com/team/admin/settings/space>).
539540pub fn member_space_limits_get_custom_quota < ' a > (
540541 client : & ' a impl crate :: async_client_trait:: TeamAuthClient ,
541542 arg : & ' a CustomQuotaUsersArg ,
@@ -551,7 +552,8 @@ pub fn member_space_limits_get_custom_quota<'a>(
551552
552553/// Remove users custom quota. A maximum of 1000 members can be specified in a single call. Note: to
553554/// apply a custom space limit, a team admin needs to set a member space limit for the team first.
554- /// (the team admin can check the settings here: https://www.dropbox.com/team/admin/settings/space).
555+ /// (the team admin can check the settings here:
556+ /// <https://www.dropbox.com/team/admin/settings/space>).
555557pub fn member_space_limits_remove_custom_quota < ' a > (
556558 client : & ' a impl crate :: async_client_trait:: TeamAuthClient ,
557559 arg : & ' a CustomQuotaUsersArg ,
@@ -568,7 +570,7 @@ pub fn member_space_limits_remove_custom_quota<'a>(
568570/// Set users custom quota. Custom quota has to be at least 15GB. A maximum of 1000 members can be
569571/// specified in a single call. Note: to apply a custom space limit, a team admin needs to set a
570572/// member space limit for the team first. (the team admin can check the settings here:
571- /// https://www.dropbox.com/team/admin/settings/space).
573+ /// < https://www.dropbox.com/team/admin/settings/space> ).
572574pub fn member_space_limits_set_custom_quota < ' a > (
573575 client : & ' a impl crate :: async_client_trait:: TeamAuthClient ,
574576 arg : & ' a SetCustomQuotaArg ,
0 commit comments