curl --request PUT \
--url https://api.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
curl --request PUT \
--url https://api.ofauth.com/v2/access/uploads/:mediaUploadId/parts/:partNumber \
--header 'apiKey: <api-key>' \
--header 'x-connection-id: <api-key>'{
"mediaUploadId": "<string>",
"partNumber": 1,
"etag": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.ofauth.com/llms.txt
Use this file to discover all available pages before exploring further.
Requires a connection via the x-connection-id header.
Upload session ID from init
1Part number for multipart upload (starts at 1)
Was this page helpful?