Skip to content

Commit

Permalink
Automated Spec Update (#296)
Browse files Browse the repository at this point in the history
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 <[email protected]>
Co-authored-by: Brad Rogers <[email protected]>
  • Loading branch information
3 people authored Dec 3, 2020
1 parent 84448bb commit 81950ab
Show file tree
Hide file tree
Showing 3 changed files with 1,316 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dropbox/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class PathRootError(bb.Union):
:ivar RootInfo PathRootError.invalid_root: The root namespace id in
Dropbox-API-Path-Root header is not valid. The value of this error is
use's latest root info.
the user's latest root info.
:ivar common.PathRootError.no_permission: You don't have permission to
access the namespace id in Dropbox-API-Path-Root header.
"""
Expand Down Expand Up @@ -174,7 +174,7 @@ def is_other(self):
def get_invalid_root(self):
"""
The root namespace id in Dropbox-API-Path-Root header is not valid. The
value of this error is use's latest root info.
value of this error is the user's latest root info.
Only call this if :meth:`is_invalid_root` is true.
Expand Down
Loading

0 comments on commit 81950ab

Please sign in to comment.