{
"air_line_id": 0,
"folder_id": 0,
"airline_name": "string",
"fly_mode": "string",
"direction": 0,
"distance": 0,
"elevation_optimize_enable": 0,
"ellipsoidHeight": 0,
"margin": 0,
"height": 0,
"shoot_type": "string",
"ortho_camera_overlap_h": 0,
"ortho_camera_overlap_w": 0,
"finish_action": "string",
"exit_on_RC_lost": "string",
"execute_RC_lost_action": "string",
"take_off_security_height": 0,
"global_transitional_speed": 0,
"global_RTH_height": 0,
"drone_enum_value": 0,
"drone_sub_enum_value": 0,
"payload_enum_value": 0,
"payload_position_index": 0,
"template_type": "string",
"template_id": 0,
"auto_flight_speed": 0,
"execute_height_mode": "string",
"global_waypoint_turn_mode": "string",
"global_use_straight_line": "string",
"gimbal_pitch_mode": "string",
"global_height": 0,
"global_heading_mode": "string",
"image_format": "string",
"point_list": [
{
"latitude": -90,
"longitude": -180,
"height": 2
}
],
"flight_points": [
{
"flight_points_id": "string",
"air_line_manage_id": 0,
"latitude": 0,
"longitude": 0,
"flight_index": 0,
"gimbalangle": [
{
"gimbalyaw": 0,
"gimbalpitch": 0
}
],
"id": 0
}
],
"start_point": {
"latitude": -90,
"longitude": -180,
"height": 2
},
"dept_id": 0,
"dept_name": "string",
"device_sn": "string",
"create_user_id": 0,
"create_time": "string",
"update_time": "string",
"workspace_id": "string",
"wayline_file_id": 0,
"infrared": 0,
"frequency": 0,
"minimum_temperature": 0,
"maximum_temperature": 0,
"flight_points_list": [
[
{
"flight_points_id": "string",
"air_line_manage_id": 0,
"latitude": 0,
"longitude": 0,
"flight_index": 0,
"gimbalangle": [
{
"gimbalyaw": 0,
"gimbalpitch": 0
}
],
"id": 0
}
]
],
"inclined_camera_overlap_h": 0,
"inclined_camera_overlap_w": 0,
"surface_follow_mode_enable": 0,
"dsm_file": "string",
"inclined_gimbal_pitch": 0,
"inclined_flight_speed": 0,
"dock_generation": 0,
"drone_code": "string",
"cameraTemperature": 0
}curl --location '/wayline/api/v1/editWayLine' \
--header 'x-auth-token: {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"air_line_id": 0,
"folder_id": 0,
"airline_name": "string",
"fly_mode": "string",
"direction": 0,
"distance": 0,
"elevation_optimize_enable": 0,
"ellipsoidHeight": 0,
"margin": 0,
"height": 0,
"shoot_type": "string",
"ortho_camera_overlap_h": 0,
"ortho_camera_overlap_w": 0,
"finish_action": "string",
"exit_on_RC_lost": "string",
"execute_RC_lost_action": "string",
"take_off_security_height": 0,
"global_transitional_speed": 0,
"global_RTH_height": 0,
"drone_enum_value": 0,
"drone_sub_enum_value": 0,
"payload_enum_value": 0,
"payload_position_index": 0,
"template_type": "string",
"template_id": 0,
"auto_flight_speed": 0,
"execute_height_mode": "string",
"global_waypoint_turn_mode": "string",
"global_use_straight_line": "string",
"gimbal_pitch_mode": "string",
"global_height": 0,
"global_heading_mode": "string",
"image_format": "string",
"point_list": [
{
"latitude": -90,
"longitude": -180,
"height": 2
}
],
"flight_points": [
{
"flight_points_id": "string",
"air_line_manage_id": 0,
"latitude": 0,
"longitude": 0,
"flight_index": 0,
"gimbalangle": [
{
"gimbalyaw": 0,
"gimbalpitch": 0
}
],
"id": 0
}
],
"start_point": {
"latitude": -90,
"longitude": -180,
"height": 2
},
"dept_id": 0,
"dept_name": "string",
"device_sn": "string",
"create_user_id": 0,
"create_time": "string",
"update_time": "string",
"workspace_id": "string",
"wayline_file_id": 0,
"infrared": 0,
"frequency": 0,
"minimum_temperature": 0,
"maximum_temperature": 0,
"flight_points_list": [
[
{
"flight_points_id": "string",
"air_line_manage_id": 0,
"latitude": 0,
"longitude": 0,
"flight_index": 0,
"gimbalangle": [
{
"gimbalyaw": 0,
"gimbalpitch": 0
}
],
"id": 0
}
]
],
"inclined_camera_overlap_h": 0,
"inclined_camera_overlap_w": 0,
"surface_follow_mode_enable": 0,
"dsm_file": "string",
"inclined_gimbal_pitch": 0,
"inclined_flight_speed": 0,
"dock_generation": 0,
"drone_code": "string",
"cameraTemperature": 0
}'{
"code": 0,
"message": "",
"data": {}
}