Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 925 Bytes

File metadata and controls

16 lines (11 loc) · 925 Bytes

com.ultracart.admin.v2.Model.SfvbFileUploadUrlResponse

Properties

Name Type Description Notes
ExpiresInSeconds int Seconds until the upload URL stops working. Ask for a new one rather than holding this across a long job. [optional]
HttpMethod string HTTP method the upload URL expects. [optional]
Key string Quote this back to the upload endpoint once the bytes are in place. It identifies the uploaded object and is bound to your account. [optional]
UploadUrl string Send the raw bytes to this URL. It is short lived and single use, and it is not part of this API - do not send an Authorization header with it. [optional]

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