Assign one or more pilots to a job.
curl -X POST https://api.dronebundle.com/v1/projects/01964c6b-7a3e-7f00-8000-abc123def456/jobs/019d4350-a1b2-7c3d-8e4f-567890abcdef/assign \ -H "Authorization: Bearer v1_your_api_key_here" \ -H "Content-Type: application/json" \ -d '{ "pilots": ["03144892-6021-705a-08f2-8e147cff3f28"] }'
{ "message": "Pilots assigned successfully", "results": { "successful": 5, "skipped": 0, "failed": 0 }, "pilots_assigned": ["03144892-6021-705a-08f2-8e147cff3f28"], "pilots_skipped": [], "occurrences_per_pilot": 5 }
full_access
?role=pilot
Show properties
{ "message": "pilots array is required and must not be empty" }
{ "message": "One or more pilots not found" }