Skip to content

Commit afbc332

Browse files
authored
Automated Spec Update (#257)
cd86d1f4e456af1e6730ecaf079e9dbdeb72be04 Change Notes: Team Log Generated Namespace: - Update Comments Co-authored-by: DropboxBot <[email protected]>
1 parent 13b5803 commit afbc332

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

dropbox-sdk-dotnet/Dropbox.Api/Generated/TeamLog/ChangeLinkExpirationPolicy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace Dropbox.Api.TeamLog
1212

1313
/// <summary>
1414
/// <para>Policy for deciding whether the team's default expiration days policy must be
15-
/// enforced when an externally shared is updated</para>
15+
/// enforced when an externally shared link is updated</para>
1616
/// </summary>
1717
public class ChangeLinkExpirationPolicy
1818
{

dropbox-sdk-dotnet/Dropbox.Api/Generated/TeamLog/EventType.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50711,8 +50711,8 @@ public override SharingChangeFolderJoinPolicy DecodeFields(enc.IJsonReader reade
5071150711
}
5071250712

5071350713
/// <summary>
50714-
/// <para>(team_policies) Changed the password requirement for the links shared outside
50715-
/// of the team</para>
50714+
/// <para>(team_policies) Changed the allow remove or change expiration policy for the
50715+
/// links shared outside of the team</para>
5071650716
/// </summary>
5071750717
public sealed class SharingChangeLinkAllowChangeExpirationPolicy : EventType
5071850718
{
@@ -50897,8 +50897,8 @@ public override SharingChangeLinkDefaultExpirationPolicy DecodeFields(enc.IJsonR
5089750897
}
5089850898

5089950899
/// <summary>
50900-
/// <para>(team_policies) Changed the allow remove or change expiration policy for the
50901-
/// links shared outside of the team</para>
50900+
/// <para>(team_policies) Changed the password requirement for the links shared outside
50901+
/// of the team</para>
5090250902
/// </summary>
5090350903
public sealed class SharingChangeLinkEnforcePasswordPolicy : EventType
5090450904
{

dropbox-sdk-dotnet/Dropbox.Api/Generated/TeamLog/EventTypeArg.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43090,8 +43090,8 @@ protected override SharingChangeFolderJoinPolicy Create()
4309043090
}
4309143091

4309243092
/// <summary>
43093-
/// <para>(team_policies) Changed the password requirement for the links shared outside
43094-
/// of the team</para>
43093+
/// <para>(team_policies) Changed the allow remove or change expiration policy for the
43094+
/// links shared outside of the team</para>
4309543095
/// </summary>
4309643096
public sealed class SharingChangeLinkAllowChangeExpirationPolicy : EventTypeArg
4309743097
{
@@ -43239,8 +43239,8 @@ protected override SharingChangeLinkDefaultExpirationPolicy Create()
4323943239
}
4324043240

4324143241
/// <summary>
43242-
/// <para>(team_policies) Changed the allow remove or change expiration policy for the
43243-
/// links shared outside of the team</para>
43242+
/// <para>(team_policies) Changed the password requirement for the links shared outside
43243+
/// of the team</para>
4324443244
/// </summary>
4324543245
public sealed class SharingChangeLinkEnforcePasswordPolicy : EventTypeArg
4324643246
{

dropbox-sdk-dotnet/Dropbox.Api/Generated/TeamLog/SharingChangeLinkAllowChangeExpirationPolicyDetails.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ namespace Dropbox.Api.TeamLog
1111
using enc = Dropbox.Api.Stone;
1212

1313
/// <summary>
14-
/// <para>Changed the password requirement for the links shared outside of the team.</para>
14+
/// <para>Changed the allow remove or change expiration policy for the links shared outside
15+
/// of the team.</para>
1516
/// </summary>
1617
public class SharingChangeLinkAllowChangeExpirationPolicyDetails
1718
{

dropbox-sdk-dotnet/Dropbox.Api/Generated/TeamLog/SharingChangeLinkEnforcePasswordPolicyDetails.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ namespace Dropbox.Api.TeamLog
1111
using enc = Dropbox.Api.Stone;
1212

1313
/// <summary>
14-
/// <para>Changed the allow remove or change expiration policy for the links shared outside
15-
/// of the team.</para>
14+
/// <para>Changed the password requirement for the links shared outside of the team.</para>
1615
/// </summary>
1716
public class SharingChangeLinkEnforcePasswordPolicyDetails
1817
{

spec

0 commit comments

Comments
 (0)