update_mission
Update an existing drone mission by providing its ID and the fields to change. Unspecified fields remain unchanged after merging with the current version.
Instructions
Update an existing mission. Fetches the current version and merges your changes — omitted fields remain unchanged. Use list_missions to find mission IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mission_id | Yes | The UUID of the mission to update | |
| name | No | ||
| type | No | ||
| waypoints | No | Updated waypoints array | |
| tags | No | ||
| drone_profile_id | No |