Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.34 KB

Upload.md

File metadata and controls

42 lines (26 loc) · 1.34 KB

Upload

Properties

Name Type Description Notes
ticketId UUID Uniquely identifies the resource. [optional]
tenantId UUID [optional]
locationId UUID [optional]
status StatusEnum Represents the status of the upload on Microsoft Teams. [optional]
availableUsages List<AvailableUsagesEnum> [optional]
errorCode String A code returned by Microsoft Teams if there is an error with the upload process. [optional]
errorMessage String A message set if there is an error with the upload process. [optional]
tnUploadEntries List<TnUploadEntry> [optional]

Enum: StatusEnum

Name Value
PENDING_UPLOAD "pending_upload"
PENDING "pending"
IN_PROGRESS "in_progress"
PARTIAL_SUCCESS "partial_success"
SUCCESS "success"
ERROR "error"

Enum: List<AvailableUsagesEnum>

Name Value
CALLING_USER_ASSIGNMENT "calling_user_assignment"
FIRST_PARTY_APP_ASSIGNMENT "first_party_app_assignment"