# `Common.Message.MissionWritePartialList`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L3486)

# `t`

```elixir
@type t() :: %Common.Message.MissionWritePartialList{
  end_index: XMAVLink.Types.int16_t(),
  mission_type: Common.Types.mav_mission_type(),
  start_index: XMAVLink.Types.int16_t(),
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}
```

This message is sent to the MAV to write a partial list. If start index == end index, only one item will be transmitted / updated. If the start index is NOT 0 and above the current list size, this request should be REJECTED!

---

*Consult [api-reference.md](api-reference.md) for complete listing*
