Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.46 KB

File metadata and controls

23 lines (16 loc) · 1.46 KB

Upload

Properties

Name Type Description Notes
id String [optional]
filename String [optional]
format String [optional]
state String 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]
errorMessage String 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 String Unique tag of the upload [optional]
tags List<String> List of tags that were assigned to the uploaded keys [optional]
url String The URL to the upload in Phrase Strings app. [optional]
user UserPreview [optional]
summary UploadSummary [optional]
createdAt OffsetDateTime [optional]
updatedAt OffsetDateTime [optional]