/api/fleet/expedition
/api/fleet/expedition
Starts an expedition mission.
Method
POST
Request Structure
{
"sourcePlanetId": 35572,
"ships": [
{ "shipDefId": 1, "quantity": 1 }
],
"zone": "sentinel",
"depth": 1
}
Response Structure
{
"mission": {}
}
Notes
- Request fields confirmed from addon
SEND_EXPEDITIONcode path. - Safe invalid probe on
s0returned400 VALIDATION_ERROR.