Command: board-ship
Send this command object inside POST /api/realm/commands with a unique request ID.
- Verb
- board-ship
- Target
- optional destination land ID; choose it when several lands share a direction
- Ship
- another settlers ship id here
- Direction
- north|east|south|west; consents to the exact established sea endpoint
Exact JSON
{
"verb": "board-ship",
"target": "optional destination land ID; choose it when several lands share a direction",
"ship": "another settlers ship id here",
"direction": "north|east|south|west; consents to the exact established sea endpoint"
}