iOS — Initiate direct-to-S3 multipart upload to replace an existing slot
iOS — Initiate direct-to-S3 multipart upload to replace an existing slot
iOS-only. Step 1 of 2 for replacing an existing file slot. Creates an S3 multipart upload session bound to this DealFolderFile and returns presigned URLs (one per ~10 MB part) valid for 24 hours. Call POST /deal-folder/files//replace/complete with the returned session_id and per-part ETags to finalise. Only the original uploader (or the athlete’s agent) may call this; voided slots cannot be replaced.
POST
iOS — Initiate direct-to-S3 multipart upload to replace an existing slot
Authorizations
JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.
Path Parameters
DealFolderFile ID (slot ID).
Example:
5
Body
application/json