Upload a part
Upload a part for a multipart upload session.
Path Parameters
uploadIdstring
The ID of the multipart upload session.
partIdxinteger
The index of the part to upload (0-based).
bodyunknown
Response Body
curl -X PUT "https://api.shelbynet.shelby.xyz/shelby/v1/multipart-uploads/string/parts/0"
{
"success": true
}
Empty