Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 898 Bytes

File metadata and controls

23 lines (13 loc) · 898 Bytes

Apideck.UploadSession

Description

Properties

Name Type Description Notes
id string A unique identifier for an object. [optional]
success boolean Indicates if the upload session was completed successfully. [optional]
part_size number Size in bytes of each part of the file that you will upload. Uploaded parts need to be this size for the upload to be successful. [optional]
parallel_upload_supported boolean Indicates if parts of the file can uploaded in parallel. [optional]
uploaded_byte_range string The range of bytes that was successfully uploaded. [optional]
expires_at Date [optional]

[Back to top] [Back to API list] [Back to README]