Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 705 Bytes

UploadToken.md

File metadata and controls

13 lines (9 loc) · 705 Bytes

UploadToken

Properties

Name Type Description Notes
token str The unique identifier for the token you will use to authenticate an upload. [optional]
ttl int Time-to-live - how long the upload token is valid for. [optional]
created_at datetime When the token was created, displayed in ISO-8601 format. [optional]
expires_at datetime, none_type When the token expires, displayed in ISO-8601 format. [optional]

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