File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments