Skip to content

Commit 15b58f9

Browse files
JackalxIhor Duzhyk
andauthored
minor fixes (#290)
Co-authored-by: Ihor Duzhyk <[email protected]>
1 parent 08782b1 commit 15b58f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1665,7 +1665,7 @@ paths:
16651665

16661666
When you upload a UTF-16 character encoded file, then /file/get requests
16671667
for that file will have a character encoding of UTF-16. All other
1668-
uploaded files will return with a character encoding of UTF-8.
1668+
uploaded files will be returned with a character encoding of UTF-8.
16691669

16701670
You can always use the content-type header in the response of a file/get
16711671
request to determine the character encoding.
@@ -1688,9 +1688,9 @@ paths:
16881688
- name: localeIds
16891689
description: |
16901690
One of:
1691-
- A **single locale ID**, e.g. `"fr-FR"` → single-locale mode
1692-
- A **comma-separated list** of locale IDs, e.g. `"fr-FR,de-DE"` → multi-locale mode
1693-
- `"all"` → download translations for all available locales
1691+
- A **single locale ID**, e.g. `fr-FR` → single-locale mode
1692+
- A **comma-separated list** of locale IDs, e.g. `fr-FR,de-DE` → multi-locale mode
1693+
- `all` → download translations for all available locales
16941694
in: path
16951695
required: true
16961696
schema:

0 commit comments

Comments
 (0)