Skip to content
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
103 changes: 5 additions & 98 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2442,23 +2442,11 @@ paths:
type: string
fileType:
description: >-
Unique identifier for the file type. To allow translation
A unique identifier for the file type. To allow translation
imports, XML and JSON files must be uploaded with
`source_key_paths` defined.
enum:
- android
- ios
- gettext
- java_properties
- yaml
- xml
- json
- qt
- resx
- csv
- pres
- stringsdict
- srt
$ref: '#/components/schemas/FileType/enum'
type: string
translationState:
description: |
Expand Down Expand Up @@ -11253,34 +11241,7 @@ components:
format: 'YYYY-MM-DDThh:mm:ssZ'
type: string
fileType:
description: The type of file
enum:
- android
- ios
- gettext
- html
- java_properties
- xliff
- xml
- json
- docx
- pptx
- xlsx
- idml
- qt
- resx
- plain_text
- csv
- srt
- stringsdict
- xls
- doc
- ppt
- pres
- madcap
- yaml
- markdown
type: string
$ref: '#/components/schemas/FileType'
fileUri:
description: A unique identifier for the uploaded file
type: string
Expand Down Expand Up @@ -11401,34 +11362,7 @@ components:
format: 'YYYY-MM-DDThh:mm:ssZ'
type: string
fileType:
description: The type of file
enum:
- android
- ios
- gettext
- html
- java_properties
- xliff
- xml
- json
- docx
- pptx
- xlsx
- idml
- qt
- resx
- plain_text
- csv
- srt
- stringsdict
- xls
- doc
- ppt
- pres
- madcap
- yaml
- markdown
type: string
$ref: '#/components/schemas/FileType'
fileUri:
description: A unique identifier for the uploaded file
type: string
Expand Down Expand Up @@ -11513,34 +11447,7 @@ components:
description: The number of excluded words in the uploaded file
type: integer
fileType:
description: The type of file
enum:
- android
- ios
- gettext
- html
- java_properties
- xliff
- xml
- json
- docx
- pptx
- xlsx
- idml
- qt
- resx
- plain_text
- csv
- srt
- stringsdict
- xls
- doc
- ppt
- pres
- madcap
- yaml
- markdown
type: string
$ref: '#/components/schemas/FileType'
fileUri:
description: A unique identifier for the uploaded file
type: string
Expand Down