Skip to content

Commit db62f73

Browse files
reeshika-hclaude
andcommitted
fix: remove stale comment block that was hiding DeliveryToken and ManagementToken in Stack.cs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 92665a3 commit db62f73

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

  • Contentstack.Management.Core/Models

Contentstack.Management.Core/Models/Stack.cs

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -766,20 +766,8 @@ public Branch Branch(string? uid = null)
766766
return new Branch(this, uid);
767767
}
768768

769-
/*
770-
/// <summary>
771-
/// Branches allow you to isolate and easily manage your “in-progress” work from your stable work.
772-
/// </summary>
773-
/// <param name="uid">Optional, branch uid.</param>
774-
/// <example>
775-
/// <pre><code>
776-
/// ContentstackClient client = new ContentstackClient("<AUTHTOKEN>", "<API_HOST>");
777-
/// Stack stack = client.Stack("<API_KEY>");
778-
/// ContentstackResponse response = stack.Branch().Query().Limit(2).Skip(2).Find();
779-
/// </code></pre>
780-
/// </example>
781769
/// <summary>
782-
/// You can use <see cref="Models.Token.DeliveryToken" /> to authenticate Content Delivery API (CDA) requests and retrieve the published content of an environment.
770+
/// You can use <see cref=Models.Token.DeliveryToken /> to authenticate Content Delivery API (CDA) requests and retrieve the published content of an environment.
783771
/// </summary>
784772
/// <param name="uid">Optional, delivery token uid.</param>
785773
/// <example>

0 commit comments

Comments
 (0)