Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.54 KB

File metadata and controls

21 lines (17 loc) · 1.54 KB

Upload

Properties

Name Type Description Notes
id str [optional]
filename str [optional]
format str [optional]
state str Processing state of the upload: `initialized`, `processing`, `success`, or `error`. `error` means processing failed — for example the file could not be parsed, or a provided `file_format` didn't match the file's actual content. Poll this field until it leaves `initialized`/`processing` to get the final outcome. [optional]
error_message str A user-facing message explaining why the upload failed, or `null` if the upload did not fail. This message is intended for display only. Its wording may change at any time and it should not be parsed or relied upon programmatically. [optional]
tag str Unique tag of the upload [optional]
tags List[str] List of tags that were assigned to the uploaded keys [optional]
url str The URL to the upload in Phrase Strings app. [optional]
user UserPreview [optional]
summary UploadSummary [optional]
created_at datetime [optional]
updated_at datetime [optional]

[Back to Model list] [Back to API list] [Back to README]