Skip to content

Commit

Permalink
Automated Spec Update (dropbox#189)
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]>
  • Loading branch information
DropboxBot and DropboxBot authored Dec 4, 2020
1 parent bd3c420 commit 25d8393
Show file tree
Hide file tree
Showing 20 changed files with 5,399 additions and 84 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ protected override PathRootError Decode(string tag, enc.IJsonReader reader)

/// <summary>
/// <para>The root namespace id in Dropbox-API-Path-Root header is not valid. The value
/// of this error is use's latest root info.</para>
/// of this error is the user's latest root info.</para>
/// </summary>
public sealed class InvalidRoot : PathRootError
{
Expand Down
Loading

0 comments on commit 25d8393

Please sign in to comment.