Skip to content

Commit b9ff1b7

Browse files
add-xlsxTemplate-and-alphabetize-list (#269)
1 parent 11dd326 commit b9ff1b7

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

spec/openapi.yaml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11270,30 +11270,31 @@ components:
1127011270
description: A unique identifier for the file type.
1127111271
enum:
1127211272
- android
11273-
- ios
11273+
- csv
11274+
- doc
11275+
- docx
1127411276
- gettext
1127511277
- html
11278+
- idml
11279+
- ios
1127611280
- java_properties
11277-
- xliff
11278-
- xml
1127911281
- json
11280-
- docx
11282+
- madcap
11283+
- markdown
11284+
- plain_text
11285+
- ppt
1128111286
- pptx
11282-
- xlsx
11283-
- idml
11287+
- pres
1128411288
- qt
1128511289
- resx
11286-
- plain_text
11287-
- csv
1128811290
- srt
1128911291
- stringsdict
1129011292
- xls
11291-
- doc
11292-
- ppt
11293-
- pres
11294-
- madcap
11293+
- xlsx
11294+
- xlsxTemplate
11295+
- xliff
11296+
- xml
1129511297
- yaml
11296-
- markdown
1129711298
ImportTranslationsFileType:
1129811299
type: string
1129911300
description: A unique identifier for the file type.

0 commit comments

Comments
 (0)