diff --git a/.codegen.json b/.codegen.json index ef6446242..2afbe79cf 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "bc04b80", "specHash": "77eac4b", "version": "10.5.0" } +{ "engineHash": "bc04b80", "specHash": "f2523d5", "version": "10.5.0" } diff --git a/docs/archives.md b/docs/archives.md index ad0d5c916..38be510cd 100644 --- a/docs/archives.md +++ b/docs/archives.md @@ -74,6 +74,10 @@ Permanently deletes an archive. To learn more about the archive APIs, see the [Archive API Guide](https://developer.box.com/guides/archives). + +This endpoint is currently unavailable. Please contact support for assistance. + + This operation is performed by calling function `deleteArchiveByIdV2025R0`. See the endpoint docs at diff --git a/src/main/java/com/box/sdkgen/managers/archives/ArchivesManager.java b/src/main/java/com/box/sdkgen/managers/archives/ArchivesManager.java index c49f35b7f..faf6792fb 100644 --- a/src/main/java/com/box/sdkgen/managers/archives/ArchivesManager.java +++ b/src/main/java/com/box/sdkgen/managers/archives/ArchivesManager.java @@ -155,6 +155,9 @@ public ArchiveV2025R0 createArchiveV2025R0( *

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

<Danger> This endpoint is currently unavailable. Please contact support for + * assistance. </Danger> + * * @param archiveId The ID of the archive. Example: "982312" */ public void deleteArchiveByIdV2025R0(String archiveId) { @@ -167,6 +170,9 @@ public void deleteArchiveByIdV2025R0(String archiveId) { *

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

<Danger> This endpoint is currently unavailable. Please contact support for + * assistance. </Danger> + * * @param archiveId The ID of the archive. Example: "982312" * @param headers Headers of deleteArchiveByIdV2025R0 method */