Response object containing the status of a file upload request.
type UploadFileResponse { requestId: String! success: Boolean! }
requestId String!
String!
Unique identifier for tracking the upload request
success Boolean!
Boolean!
Indicates whether the file upload was successful
<~> uploadThirdPartyFile
<~> uploadThirdPartyFileBase64
Last updated 1 month ago