Skip to content

Commit 4c1da47

Browse files
authored
Spec Update 12/01/2021 (dropbox#64)
Change Notes: Team Log Generated Namespace: - Update ExtendedVersionHistoryPolicy union to include default - Update Examples Team Policies Namespace: - Update ExternalDriveBackupPolicyState union to include default
1 parent bca5f14 commit 4c1da47

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

team_log_generated.stone

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,7 @@ union ExtendedVersionHistoryPolicy
424424

425425
union ExternalDriveBackupPolicy
426426
"Policy for controlling team access to external drive backup feature"
427+
default
427428
disabled
428429
enabled
429430

@@ -5660,8 +5661,8 @@ struct ExternalDriveBackupPolicyChangedDetails
56605661
"Previous external drive backup policy."
56615662

56625663
example default
5663-
new_value = disabled
5664-
previous_value = disabled
5664+
new_value = default
5665+
previous_value = default
56655666

56665667
struct FileCommentsChangePolicyDetails
56675668
"Enabled/disabled commenting on team files."

team_policies.stone

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,5 @@ union ExternalDriveBackupPolicyState
225225
"External Drive Backup feature is disabled."
226226
enabled
227227
"External Drive Backup feature is enabled."
228+
default
229+
"External Drive Backup default value based on team tier."

0 commit comments

Comments
 (0)