diff --git a/src/pages/contributors.json b/src/pages/contributors.json index bd04c2f..b47b291 100644 --- a/src/pages/contributors.json +++ b/src/pages/contributors.json @@ -41,11 +41,12 @@ { "page": "/getting-started/changelog/", "avatars": [ + "https://avatars.githubusercontent.com/u/66052604?v=4", "https://avatars.githubusercontent.com/u/274493592?v=4", "https://avatars.githubusercontent.com/u/264675027?v=4", "https://avatars.githubusercontent.com/u/41382203?v=4" ], - "lastUpdated": "6/2/2026" + "lastUpdated": "6/17/2026" }, { "page": "/getting-started/concepts/", @@ -58,9 +59,10 @@ { "page": "/getting-started/usage/", "avatars": [ + "https://avatars.githubusercontent.com/u/66052604?v=4", "https://avatars.githubusercontent.com/u/41382203?v=4" ], - "lastUpdated": "3/16/2026" + "lastUpdated": "6/17/2026" }, { "page": "/guides/", diff --git a/src/pages/getting-started/changelog/index.md b/src/pages/getting-started/changelog/index.md index 9c2381e..1117017 100644 --- a/src/pages/getting-started/changelog/index.md +++ b/src/pages/getting-started/changelog/index.md @@ -46,6 +46,7 @@ This page contains the release notes and version history for Adobe InDesign APIs ### Enhancements - **Variable File Naming Support in Data Merge API:** The `POST /v3/merge-data` endpoint now supports variable file naming. [Learn more about variable file naming support.][14] +- **Increased Asset Size Limit:** The maximum supported asset size has been increased from 1GB to 2GB, enabling processing of larger InDesign documents and linked assets. [Learn more about file size limits.][15] ## March 18, 2026 @@ -143,3 +144,4 @@ This page contains the release notes and version history for Adobe InDesign APIs [12]: ../../guides/pdf-to-indesign-conversion-notes/index.md [13]: ../concepts/index.md#api-capability-naming-rules [14]: ../../guides/working-with-datamerge-api/index.md#variable-file-naming-support-in-data-merge-api +[15]: ../usage/index.md#file-size-limits diff --git a/src/pages/getting-started/usage/index.md b/src/pages/getting-started/usage/index.md index ef4702a..a0252f4 100644 --- a/src/pages/getting-started/usage/index.md +++ b/src/pages/getting-started/usage/index.md @@ -38,11 +38,10 @@ To maintain API stability and fair usage across clients, the following limits ar * Hard limit: 350 requests per minute. Requests beyond this limit are rejected. -### File size +### File size limits -For the Custom Scripts API, the maximum allowed size for a Custom Script ZIP upload is 5MB. - -Otherwise, the maximum supported file size is 1GB. +* Assets: Maximum supported size is 2GB per asset. +* Custom Scripts API: Maximum allowed size for a Custom Script ZIP upload is 5MB. ### Assets