Skip to content

Commit 3d692be

Browse files
authored
Merge branch 'master' into TCM-5257-Summarize-issues-with-swagger-api-documentation-for-creating-sdk
2 parents 6b6e3ce + bf5b76c commit 3d692be

File tree

1 file changed

+5
-98
lines changed

1 file changed

+5
-98
lines changed

spec/openapi.yaml

Lines changed: 5 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -2445,23 +2445,11 @@ paths:
24452445
type: string
24462446
fileType:
24472447
description: >-
2448-
Unique identifier for the file type. To allow translation
2448+
A unique identifier for the file type. To allow translation
24492449
imports, XML and JSON files must be uploaded with
24502450
`source_key_paths` defined.
24512451
enum:
2452-
- android
2453-
- ios
2454-
- gettext
2455-
- java_properties
2456-
- yaml
2457-
- xml
2458-
- json
2459-
- qt
2460-
- resx
2461-
- csv
2462-
- pres
2463-
- stringsdict
2464-
- srt
2452+
$ref: '#/components/schemas/FileType/enum'
24652453
type: string
24662454
translationState:
24672455
description: |
@@ -11271,34 +11259,7 @@ components:
1127111259
format: 'YYYY-MM-DDThh:mm:ssZ'
1127211260
type: string
1127311261
fileType:
11274-
description: The type of file
11275-
enum:
11276-
- android
11277-
- ios
11278-
- gettext
11279-
- html
11280-
- java_properties
11281-
- xliff
11282-
- xml
11283-
- json
11284-
- docx
11285-
- pptx
11286-
- xlsx
11287-
- idml
11288-
- qt
11289-
- resx
11290-
- plain_text
11291-
- csv
11292-
- srt
11293-
- stringsdict
11294-
- xls
11295-
- doc
11296-
- ppt
11297-
- pres
11298-
- madcap
11299-
- yaml
11300-
- markdown
11301-
type: string
11262+
$ref: '#/components/schemas/FileType'
1130211263
fileUri:
1130311264
description: A unique identifier for the uploaded file
1130411265
type: string
@@ -11419,34 +11380,7 @@ components:
1141911380
format: 'YYYY-MM-DDThh:mm:ssZ'
1142011381
type: string
1142111382
fileType:
11422-
description: The type of file
11423-
enum:
11424-
- android
11425-
- ios
11426-
- gettext
11427-
- html
11428-
- java_properties
11429-
- xliff
11430-
- xml
11431-
- json
11432-
- docx
11433-
- pptx
11434-
- xlsx
11435-
- idml
11436-
- qt
11437-
- resx
11438-
- plain_text
11439-
- csv
11440-
- srt
11441-
- stringsdict
11442-
- xls
11443-
- doc
11444-
- ppt
11445-
- pres
11446-
- madcap
11447-
- yaml
11448-
- markdown
11449-
type: string
11383+
$ref: '#/components/schemas/FileType'
1145011384
fileUri:
1145111385
description: A unique identifier for the uploaded file
1145211386
type: string
@@ -11531,34 +11465,7 @@ components:
1153111465
description: The number of excluded words in the uploaded file
1153211466
type: integer
1153311467
fileType:
11534-
description: The type of file
11535-
enum:
11536-
- android
11537-
- ios
11538-
- gettext
11539-
- html
11540-
- java_properties
11541-
- xliff
11542-
- xml
11543-
- json
11544-
- docx
11545-
- pptx
11546-
- xlsx
11547-
- idml
11548-
- qt
11549-
- resx
11550-
- plain_text
11551-
- csv
11552-
- srt
11553-
- stringsdict
11554-
- xls
11555-
- doc
11556-
- ppt
11557-
- pres
11558-
- madcap
11559-
- yaml
11560-
- markdown
11561-
type: string
11468+
$ref: '#/components/schemas/FileType'
1156211469
fileUri:
1156311470
description: A unique identifier for the uploaded file
1156411471
type: string

0 commit comments

Comments
 (0)