Data transfer limits and ZIP uploads
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
curl -X POST "https://rc.ropo24.fi/rest/jobs" \
-H "accept: application/json" \
-H "Authorization: Bearer <TOKEN>" \
-H "Content-Type: application/zip" \
--data-binary "@/path/to/file.zip"