From 9b2867376df57997a807d9d29d4cbdd95546177b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CHeidi?= Date: Tue, 6 Aug 2024 12:17:27 -0400 Subject: [PATCH] add-limit --- spec/openapi.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/openapi.yaml b/spec/openapi.yaml index 9f0f7eab..15eb316e 100644 --- a/spec/openapi.yaml +++ b/spec/openapi.yaml @@ -1836,7 +1836,7 @@ paths: Download ZIP archive with the requested translated files. Unlike "Download all translations of the file" you can specify multiple - file URIs and locale IDs to select which files and languages you want to download. + file URIs (limit is 300 files) and locale IDs to select which files and languages you want to download. It is important to check the HTTP response status code. If Smartling finds and returns the file normally, you will receive a `200` SUCCESS @@ -1867,7 +1867,7 @@ paths: schema: type: string - name: 'fileUris[]' - description: Smartling values that each uniquely identify a file. + description: Smartling values that each uniquely identify a file. The limit is 300 files. explode: true in: query required: true