Was this helpful?
Upload a stream of data to upload without completing the upload.
The universally unique identifier (UUID).
52e51422-573d-4fc9-b5c6-4a30058f5d71
The upload token of file upload.
curl -L \ --request POST \ --url 'https://HOSTNAME:8887/api/blobs/uploads/{id}/append' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'PortSIP-Upload-Token: text' \ --header 'Content-Type: application/octet-stream' \ --data '"binary"'
No body