Upload a file (drawing, datasheet, etc.) to a custom part specification. The file content should be sent as raw binary in the request body. Uploads are limited to 5 GiB. Uploading a file with the same sanitized filename as an existing resource replaces the existing resource.
Security
BearerAuth
PUT
curl -i -X PUT \
'https://api.luminovo.com/custom-parts/{id}/resources?filename=string' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/octet-stream' \
-d '[
0
]'