flight route upload completion notification
interface, and then call this interface to create a flight route task.{
"name": "flight_task_01",
"sn": "8PHDM8D0010097",
"time_zone": "Asia/Chongqing",
"wayline_uuid": "80232917-2f63-4375-8614-0c70c4458aa3",
"rth_altitude": 110,
"rth_mode": "optimal",
"wayline_precision_type": "rtk",
"out_of_control_action_in_flight": "return_home",
"resumable_status": "manual",
"task_type": "immediate"
}
curl --location --request POST '/openapi/v0.1/flight-task' \
--header 'X-Request-Id;' \
--header 'X-Language: zh' \
--header 'X-Project-Uuid: {{X-Project-Uuid}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "flight_task_01",
"sn": "8PHDM8D0010097",
"time_zone": "Asia/Chongqing",
"wayline_uuid": "80232917-2f63-4375-8614-0c70c4458aa3",
"rth_altitude": 110,
"rth_mode": "optimal",
"wayline_precision_type": "rtk",
"out_of_control_action_in_flight": "return_home",
"resumable_status": "manual",
"task_type": "immediate"
}'
{
"code": 0,
"message": "success",
"data": {
"task_uuid": "1280bab3-3b0d-4517-a53c-3257e48319e5"
}
}