{
"name": "string",
"fileId": "string",
"dockSn": "string",
"waylineType": "WAYPOINT",
"taskType": "IMMEDIATE",
"rthAltitude": 20,
"outOfControlAction": "RETURN_TO_HOME",
"minBatteryCapacity": 50,
"minStorageCapacity": 0,
"breakPoint": 0,
"deviceType": 0,
"taskDays": [
0
],
"taskPeriods": [
[
0
]
]
}curl --location '/wayline/api/v1/workspaces//flight-tasks' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"fileId": "string",
"dockSn": "string",
"waylineType": "WAYPOINT",
"taskType": "IMMEDIATE",
"rthAltitude": 20,
"outOfControlAction": "RETURN_TO_HOME",
"minBatteryCapacity": 50,
"minStorageCapacity": 0,
"breakPoint": 0,
"deviceType": 0,
"taskDays": [
0
],
"taskPeriods": [
[
0
]
]
}'{
"code": 0,
"message": "",
"data": {}
}