dropbox / dropbox-sdk-dotnet

The Official Dropbox API V2 SDK for .NET
https://www.dropbox.com/developers
MIT License
332 stars 450 forks source link

Event type SharingChangeLinkAllowChangeExpirationPolicy and SharingChangeLinkEnforcePasswordPolicy have each others details #368

Open colin-wyatt-sp opened 1 week ago

colin-wyatt-sp commented 1 week ago

Describe the bug The Dropbox.Api team events model seems to be incorrect. SharingChangeLinkEnforcePasswordPolicy has a Details.PreviousValue of type ChangeLinkExpirationPolicy, whereas event type SharingChangeLinkAllowChangeExpirationPolicy has a Details.PreviousValue of type EnforceLinkPasswordPolicy.

To Reproduce n/a

Expected Behavior n/a

Actual Behavior n/a

Screenshots n/a

Versions

Additional context

greg-db commented 1 week ago

Thanks for the report! We'll look into it.