Skip to content

Commit 9876535

Browse files
committed
docs: Update description for delete archives endpoint (box/box-openapi#585)
1 parent acfe3b4 commit 9876535

6 files changed

Lines changed: 21 additions & 1 deletion

File tree

.codegen.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "engineHash": "bc04b80", "specHash": "77eac4b", "version": "10.6.0" }
1+
{ "engineHash": "bc04b80", "specHash": "f2523d5", "version": "10.6.0" }

Box.Sdk.Gen.Net/Managers/Archives/ArchivesManager.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ public async System.Threading.Tasks.Task<ArchiveV2025R0> CreateArchiveV2025R0Asy
6363
/// Permanently deletes an archive.
6464
///
6565
/// To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
66+
///
67+
/// <Danger>
68+
/// This endpoint is currently unavailable. Please contact support for assistance.
69+
/// </Danger>
6670
/// </summary>
6771
/// <param name="archiveId">
6872
/// The ID of the archive.

Box.Sdk.Gen.Net/Managers/Archives/IArchivesManager.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ public interface IArchivesManager {
4444
/// Permanently deletes an archive.
4545
///
4646
/// To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
47+
///
48+
/// <Danger>
49+
/// This endpoint is currently unavailable. Please contact support for assistance.
50+
/// </Danger>
4751
/// </summary>
4852
/// <param name="archiveId">
4953
/// The ID of the archive.

Box.Sdk.Gen.NetFramework/Managers/Archives/ArchivesManager.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ public async System.Threading.Tasks.Task<ArchiveV2025R0> CreateArchiveV2025R0Asy
6363
/// Permanently deletes an archive.
6464
///
6565
/// To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
66+
///
67+
/// <Danger>
68+
/// This endpoint is currently unavailable. Please contact support for assistance.
69+
/// </Danger>
6670
/// </summary>
6771
/// <param name="archiveId">
6872
/// The ID of the archive.

Box.Sdk.Gen.NetStandard/Managers/Archives/ArchivesManager.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ public async System.Threading.Tasks.Task<ArchiveV2025R0> CreateArchiveV2025R0Asy
6363
/// Permanently deletes an archive.
6464
///
6565
/// To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
66+
///
67+
/// <Danger>
68+
/// This endpoint is currently unavailable. Please contact support for assistance.
69+
/// </Danger>
6670
/// </summary>
6771
/// <param name="archiveId">
6872
/// The ID of the archive.

docs/Archives.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ Permanently deletes an archive.
7878

7979
To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives).
8080

81+
<Danger>
82+
This endpoint is currently unavailable. Please contact support for assistance.
83+
</Danger>
84+
8185
This operation is performed by calling function `DeleteArchiveByIdV2025R0`.
8286

8387
See the endpoint docs at

0 commit comments

Comments
 (0)