/api/fleet/xeno-survey
/api/fleet/xeno-survey
Dispatches a xeno/ancient moon survey mission.
Method
POST
Request Structure
{
"sourcePlanetId": 35572,
"targetMoonId": 49793,
"ships": [
{ "shipDefId": 1, "quantity": 1 }
]
}
Response Structure
{
"mission": {}
}
Notes
- Request fields confirmed from addon
SEND_XENO_SURVEYcode path. - Safe invalid probe on
s0returned400 VALIDATION_ERROR.