Skip to content

Commit b1eae57

Browse files
authored
Dropbox API changes detected (#1213)
1 parent 9d3ff04 commit b1eae57

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

dist/api.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92475,6 +92475,30 @@
9247592475
}
9247692476
],
9247792477
"description": "Who can view shared links owned by team members."
92478+
},
92479+
{
92480+
"name": "group_creation_policy",
92481+
"type": [
92482+
{
92483+
"name": "GroupCreation",
92484+
"type": [
92485+
{
92486+
"name": "admins_and_members",
92487+
"type": "Void",
92488+
"description": "Team admins and members can create groups."
92489+
},
92490+
{
92491+
"name": "admins_only",
92492+
"type": "Void",
92493+
"description": "Only team admins can create groups."
92494+
}
92495+
],
92496+
"description": null,
92497+
"importedNamespace": "team_policies",
92498+
"typeWrap": "{} (union)"
92499+
}
92500+
],
92501+
"description": "Who can create groups."
9247892502
}
9247992503
],
9248092504
"description": "Policies governing sharing within and outside of the team.",
@@ -92561,6 +92585,9 @@
9256192585
},
9256292586
"shared_link_create_policy": {
9256392587
".tag": "team_only"
92588+
},
92589+
"group_creation_policy": {
92590+
".tag": "admins_only"
9256492591
}
9256592592
},
9256692593
"office_addin_policy": {

0 commit comments

Comments
 (0)