Skip to content

Commit e4aae49

Browse files
add-limit (#243)
1 parent 8b117a6 commit e4aae49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ paths:
18361836
Download ZIP archive with the requested translated files.
18371837
18381838
Unlike "Download all translations of the file" you can specify multiple
1839-
file URIs and locale IDs to select which files and languages you want to download.
1839+
file URIs (limit is 300 files) and locale IDs to select which files and languages you want to download.
18401840
18411841
It is important to check the HTTP response status code. If Smartling
18421842
finds and returns the file normally, you will receive a `200` SUCCESS
@@ -1867,7 +1867,7 @@ paths:
18671867
schema:
18681868
type: string
18691869
- name: 'fileUris[]'
1870-
description: Smartling values that each uniquely identify a file.
1870+
description: Smartling values that each uniquely identify a file. The limit is 300 files.
18711871
explode: true
18721872
in: query
18731873
required: true

0 commit comments

Comments
 (0)