{
"name": "新建计划74",
"wayline_uuid": "bd4618a6-2228-465d-8230-1548d316b9ef",
"sn": "8UUDM8800AU840",
"landing_dock_sn": "",
"task_type": 2,
"out_of_control_action_in_flight": 1,
"rth_mode": 1,
"repeat_type": 6,
"time_zone": "Asia/Shanghai",
"default_name": "新建计划",
"wayline_precision_type": 1,
"wayline_duration": 156136.202469,
"rth_altitude": 120,
"resumable_status": "manual",
"interval": 1,
"dom": [
8,
9,
10
],
"begin_at": 1749191400,
"end_at": 1751299199,
"extended_begin_at": [
1749191400
]
}
curl --location --request POST '/openapi/v0.9/task/api/v1/workspaces/b2049481-9698-4796-87f3-6dbe6fe998ea/flight-tasks' \
--header 'x-user-token;' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "新建计划74",
"wayline_uuid": "bd4618a6-2228-465d-8230-1548d316b9ef",
"sn": "8UUDM8800AU840",
"landing_dock_sn": "",
"task_type": 2,
"out_of_control_action_in_flight": 1,
"rth_mode": 1,
"repeat_type": 6,
"time_zone": "Asia/Shanghai",
"default_name": "新建计划",
"wayline_precision_type": 1,
"wayline_duration": 156136.202469,
"rth_altitude": 120,
"resumable_status": "manual",
"interval": 1,
"dom": [
8,
9,
10
],
"begin_at": 1749191400,
"end_at": 1751299199,
"extended_begin_at": [
1749191400
]
}'
{
"code": 0,
"message": "string",
"data": {
"task": {
"begin_at": [
1712985600
],
"uuid": [
"1234567890"
],
"wayline_validity_check_codes": [
1,
2,
3
]
}
}
}