@@ -810,7 +810,7 @@ def team_legal_holds_create_policy(self,
810
810
all teams have the feature. Permission : Team member file access.
811
811
812
812
Route attributes:
813
- scope: team_data.member
813
+ scope: team_data.governance.write
814
814
815
815
:param str name: Policy name.
816
816
:param Nullable[str] description: A description of the legal hold
@@ -845,7 +845,7 @@ def team_legal_holds_get_policy(self,
845
845
teams have the feature. Permission : Team member file access.
846
846
847
847
Route attributes:
848
- scope: team_data.member
848
+ scope: team_data.governance.write
849
849
850
850
:param str id: The legal hold Id.
851
851
:rtype: :class:`dropbox.team.LegalHoldPolicy`
@@ -871,7 +871,7 @@ def team_legal_holds_list_held_revisions(self,
871
871
file access.
872
872
873
873
Route attributes:
874
- scope: team_data.member
874
+ scope: team_data.governance.write
875
875
876
876
:param str id: The legal hold Id.
877
877
:rtype: :class:`dropbox.team.LegalHoldsListHeldRevisionResult`
@@ -898,7 +898,7 @@ def team_legal_holds_list_held_revisions_continue(self,
898
898
Team member file access.
899
899
900
900
Route attributes:
901
- scope: team_data.member
901
+ scope: team_data.governance.write
902
902
903
903
:param str id: The legal hold Id.
904
904
:param Nullable[str] cursor: The cursor idicates where to continue
@@ -927,7 +927,7 @@ def team_legal_holds_list_policies(self,
927
927
teams have the feature. Permission : Team member file access.
928
928
929
929
Route attributes:
930
- scope: team_data.member
930
+ scope: team_data.governance.write
931
931
932
932
:param bool include_released: Whether to return holds that were
933
933
released.
@@ -953,7 +953,7 @@ def team_legal_holds_release_policy(self,
953
953
teams have the feature. Permission : Team member file access.
954
954
955
955
Route attributes:
956
- scope: team_data.member
956
+ scope: team_data.governance.write
957
957
958
958
:param str id: The legal hold Id.
959
959
:rtype: None
@@ -981,7 +981,7 @@ def team_legal_holds_update_policy(self,
981
981
have the feature. Permission : Team member file access.
982
982
983
983
Route attributes:
984
- scope: team_data.member
984
+ scope: team_data.governance.write
985
985
986
986
:param str id: The legal hold Id.
987
987
:param Nullable[str] name: Policy new name.
@@ -2565,7 +2565,7 @@ def team_team_folder_activate(self,
2565
2565
member file access.
2566
2566
2567
2567
Route attributes:
2568
- scope: team_data.team_space
2568
+ scope: team_data.content.write
2569
2569
2570
2570
:param str team_folder_id: The ID of the team folder.
2571
2571
:rtype: :class:`dropbox.team.TeamFolderMetadata`
@@ -2588,7 +2588,7 @@ def team_team_folder_archive(self,
2588
2588
shared team space. Permission : Team member file access.
2589
2589
2590
2590
Route attributes:
2591
- scope: team_data.team_space
2591
+ scope: team_data.content.write
2592
2592
2593
2593
:param bool force_async_off: Whether to force the archive to happen
2594
2594
synchronously.
@@ -2611,7 +2611,7 @@ def team_team_folder_archive_check(self,
2611
2611
Permission : Team member file access.
2612
2612
2613
2613
Route attributes:
2614
- scope: team_data.team_space
2614
+ scope: team_data.content.write
2615
2615
2616
2616
:param str async_job_id: Id of the asynchronous job. This is the value
2617
2617
of a response returned from the method that launched the job.
@@ -2639,7 +2639,7 @@ def team_team_folder_create(self,
2639
2639
Permission : Team member file access.
2640
2640
2641
2641
Route attributes:
2642
- scope: team_data.team_space
2642
+ scope: team_data.content.write
2643
2643
2644
2644
:param str name: Name for the new team folder.
2645
2645
:param Nullable[:class:`dropbox.team.SyncSettingArg`] sync_setting: The
@@ -2668,7 +2668,7 @@ def team_team_folder_get_info(self,
2668
2668
access.
2669
2669
2670
2670
Route attributes:
2671
- scope: team_data.team_space
2671
+ scope: team_data.content.read
2672
2672
2673
2673
:param List[str] team_folder_ids: The list of team folder IDs.
2674
2674
:rtype: List[:class:`dropbox.team.TeamFolderGetInfoItem`]
@@ -2688,7 +2688,7 @@ def team_team_folder_list(self,
2688
2688
Lists all team folders. Permission : Team member file access.
2689
2689
2690
2690
Route attributes:
2691
- scope: team_data.team_space
2691
+ scope: team_data.content.read
2692
2692
2693
2693
:param int limit: The maximum number of results to return per request.
2694
2694
:rtype: :class:`dropbox.team.TeamFolderListResult`
@@ -2714,7 +2714,7 @@ def team_team_folder_list_continue(self,
2714
2714
access.
2715
2715
2716
2716
Route attributes:
2717
- scope: team_data.team_space
2717
+ scope: team_data.content.read
2718
2718
2719
2719
:param str cursor: Indicates from what point to get the next set of team
2720
2720
folders.
@@ -2741,7 +2741,7 @@ def team_team_folder_permanently_delete(self,
2741
2741
file access.
2742
2742
2743
2743
Route attributes:
2744
- scope: team_data.team_space
2744
+ scope: team_data.content.write
2745
2745
2746
2746
:param str team_folder_id: The ID of the team folder.
2747
2747
:rtype: None
@@ -2763,7 +2763,7 @@ def team_team_folder_rename(self,
2763
2763
access.
2764
2764
2765
2765
Route attributes:
2766
- scope: team_data.team_space
2766
+ scope: team_data.content.write
2767
2767
2768
2768
:param str name: New team folder name.
2769
2769
:rtype: :class:`dropbox.team.TeamFolderMetadata`
@@ -2791,7 +2791,7 @@ def team_team_folder_update_sync_settings(self,
2791
2791
endpoint requires that the team has team selective sync enabled.
2792
2792
2793
2793
Route attributes:
2794
- scope: team_data.team_space
2794
+ scope: team_data.content.write
2795
2795
2796
2796
:param Nullable[:class:`dropbox.team.SyncSettingArg`] sync_setting: Sync
2797
2797
setting to apply to the team folder itself. Only meaningful if the
0 commit comments