@@ -810,7 +810,7 @@ def team_legal_holds_create_policy(self,
810810 all teams have the feature. Permission : Team member file access.
811811
812812 Route attributes:
813- scope: team_data.member
813+ scope: team_data.governance.write
814814
815815 :param str name: Policy name.
816816 :param Nullable[str] description: A description of the legal hold
@@ -845,7 +845,7 @@ def team_legal_holds_get_policy(self,
845845 teams have the feature. Permission : Team member file access.
846846
847847 Route attributes:
848- scope: team_data.member
848+ scope: team_data.governance.write
849849
850850 :param str id: The legal hold Id.
851851 :rtype: :class:`dropbox.team.LegalHoldPolicy`
@@ -871,7 +871,7 @@ def team_legal_holds_list_held_revisions(self,
871871 file access.
872872
873873 Route attributes:
874- scope: team_data.member
874+ scope: team_data.governance.write
875875
876876 :param str id: The legal hold Id.
877877 :rtype: :class:`dropbox.team.LegalHoldsListHeldRevisionResult`
@@ -898,7 +898,7 @@ def team_legal_holds_list_held_revisions_continue(self,
898898 Team member file access.
899899
900900 Route attributes:
901- scope: team_data.member
901+ scope: team_data.governance.write
902902
903903 :param str id: The legal hold Id.
904904 :param Nullable[str] cursor: The cursor idicates where to continue
@@ -927,7 +927,7 @@ def team_legal_holds_list_policies(self,
927927 teams have the feature. Permission : Team member file access.
928928
929929 Route attributes:
930- scope: team_data.member
930+ scope: team_data.governance.write
931931
932932 :param bool include_released: Whether to return holds that were
933933 released.
@@ -953,7 +953,7 @@ def team_legal_holds_release_policy(self,
953953 teams have the feature. Permission : Team member file access.
954954
955955 Route attributes:
956- scope: team_data.member
956+ scope: team_data.governance.write
957957
958958 :param str id: The legal hold Id.
959959 :rtype: None
@@ -981,7 +981,7 @@ def team_legal_holds_update_policy(self,
981981 have the feature. Permission : Team member file access.
982982
983983 Route attributes:
984- scope: team_data.member
984+ scope: team_data.governance.write
985985
986986 :param str id: The legal hold Id.
987987 :param Nullable[str] name: Policy new name.
@@ -2565,7 +2565,7 @@ def team_team_folder_activate(self,
25652565 member file access.
25662566
25672567 Route attributes:
2568- scope: team_data.team_space
2568+ scope: team_data.content.write
25692569
25702570 :param str team_folder_id: The ID of the team folder.
25712571 :rtype: :class:`dropbox.team.TeamFolderMetadata`
@@ -2588,7 +2588,7 @@ def team_team_folder_archive(self,
25882588 shared team space. Permission : Team member file access.
25892589
25902590 Route attributes:
2591- scope: team_data.team_space
2591+ scope: team_data.content.write
25922592
25932593 :param bool force_async_off: Whether to force the archive to happen
25942594 synchronously.
@@ -2611,7 +2611,7 @@ def team_team_folder_archive_check(self,
26112611 Permission : Team member file access.
26122612
26132613 Route attributes:
2614- scope: team_data.team_space
2614+ scope: team_data.content.write
26152615
26162616 :param str async_job_id: Id of the asynchronous job. This is the value
26172617 of a response returned from the method that launched the job.
@@ -2639,7 +2639,7 @@ def team_team_folder_create(self,
26392639 Permission : Team member file access.
26402640
26412641 Route attributes:
2642- scope: team_data.team_space
2642+ scope: team_data.content.write
26432643
26442644 :param str name: Name for the new team folder.
26452645 :param Nullable[:class:`dropbox.team.SyncSettingArg`] sync_setting: The
@@ -2668,7 +2668,7 @@ def team_team_folder_get_info(self,
26682668 access.
26692669
26702670 Route attributes:
2671- scope: team_data.team_space
2671+ scope: team_data.content.read
26722672
26732673 :param List[str] team_folder_ids: The list of team folder IDs.
26742674 :rtype: List[:class:`dropbox.team.TeamFolderGetInfoItem`]
@@ -2688,7 +2688,7 @@ def team_team_folder_list(self,
26882688 Lists all team folders. Permission : Team member file access.
26892689
26902690 Route attributes:
2691- scope: team_data.team_space
2691+ scope: team_data.content.read
26922692
26932693 :param int limit: The maximum number of results to return per request.
26942694 :rtype: :class:`dropbox.team.TeamFolderListResult`
@@ -2714,7 +2714,7 @@ def team_team_folder_list_continue(self,
27142714 access.
27152715
27162716 Route attributes:
2717- scope: team_data.team_space
2717+ scope: team_data.content.read
27182718
27192719 :param str cursor: Indicates from what point to get the next set of team
27202720 folders.
@@ -2741,7 +2741,7 @@ def team_team_folder_permanently_delete(self,
27412741 file access.
27422742
27432743 Route attributes:
2744- scope: team_data.team_space
2744+ scope: team_data.content.write
27452745
27462746 :param str team_folder_id: The ID of the team folder.
27472747 :rtype: None
@@ -2763,7 +2763,7 @@ def team_team_folder_rename(self,
27632763 access.
27642764
27652765 Route attributes:
2766- scope: team_data.team_space
2766+ scope: team_data.content.write
27672767
27682768 :param str name: New team folder name.
27692769 :rtype: :class:`dropbox.team.TeamFolderMetadata`
@@ -2791,7 +2791,7 @@ def team_team_folder_update_sync_settings(self,
27912791 endpoint requires that the team has team selective sync enabled.
27922792
27932793 Route attributes:
2794- scope: team_data.team_space
2794+ scope: team_data.content.write
27952795
27962796 :param Nullable[:class:`dropbox.team.SyncSettingArg`] sync_setting: Sync
27972797 setting to apply to the team folder itself. Only meaningful if the
0 commit comments