Skip to content

Commit 81950ab

Browse files
DropboxBotrogebrd
andauthored
Automated Spec Update (#296)
8f960cb69b5209b30f0007a95da4d7486c1a58d4 Change Notes: Common Namespace: - Update Comments - Update Examples Team Log Namespace: - Add AdminAlertCategoryEnum, AdminAlertSeverityEnum unions - Add AdminAlertingTriggeredAlertDetails, GovernancePolicyAddFolderFailedDetails, GovernancePolocyExportCreatedDetails, GovernancePolicyExportRemovedDetails, GovernancePolicyReportCreatedDetails, GovernancePolicyZipPartDownloadedDetails, AdminAlertingTriggeredAlertType, GovernancePolicyAddFolderFailedType, GovernancePolicyExportCreatedType, GovernancePolicyExportCreatedType, GovernancePolicyExportRemovedType, GovernancePolicyReportCreatedType, GovernancePolicyZipPartDownloadType structs - Update EventDetails union to add admin_alerting_triggered_alert_details, governance_policy_add_folder_failed_details, governance_policy_export_created_details, governance_policy_export_removed_details, governance_policy_report_created_details, governance_policy_zip_part_downloaded_details - Update EventType union to include admin_alerting_triggered_alert, governance_policy_add_folder_failed, governance_policy_export_created, governance_policy_export_removed, governance_policy_report_created, governance_policy_zip_part_downloaded, admin_alerting_triggered_alert, governance_policy_add_folder_failed, governance_policy_export_created, governance_policy_export_removed, governance_policy_report_created, governance_policy_zip_part_downloaded Co-authored-by: DropboxBot <DropboxBot@users.noreply.github.com> Co-authored-by: Brad Rogers <brad12rogers@gmail.com>
1 parent 84448bb commit 81950ab

File tree

3 files changed

+1316
-3
lines changed

3 files changed

+1316
-3
lines changed

dropbox/common.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class PathRootError(bb.Union):
125125
126126
:ivar RootInfo PathRootError.invalid_root: The root namespace id in
127127
Dropbox-API-Path-Root header is not valid. The value of this error is
128-
use's latest root info.
128+
the user's latest root info.
129129
:ivar common.PathRootError.no_permission: You don't have permission to
130130
access the namespace id in Dropbox-API-Path-Root header.
131131
"""
@@ -174,7 +174,7 @@ def is_other(self):
174174
def get_invalid_root(self):
175175
"""
176176
The root namespace id in Dropbox-API-Path-Root header is not valid. The
177-
value of this error is use's latest root info.
177+
value of this error is the user's latest root info.
178178
179179
Only call this if :meth:`is_invalid_root` is true.
180180

0 commit comments

Comments
 (0)