cURL
curl --request PUT \ --url https://api-next.ofauth.com/v2/access/uploads/:mediaUploadId/parts/:partNumber \ --header 'apiKey: <api-key>' \ --header 'x-connection-id: <api-key>'
{ "mediaUploadId": "<string>", "partNumber": 1, "etag": "<string>" }
Upload chunk to managed media upload
Permission Required: vault:write
vault:write
Your OFAuth API key for authenticating requests.
Requires a connection via the x-connection-id header.
Upload session ID from init
1
Part number for multipart upload (starts at 1)
x > 0
Successful response
Was this page helpful?