Skip to content

files-API-add-limit-zip-download #243

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down