/api/fleet/mine
/api/fleet/mine
Dispatches ships to mine an asteroid field.
Method
POST
Request Structure
{
"sourcePlanetId": 35572,
"targetFieldId": 11748,
"ships": [
{ "shipDefId": 6, "quantity": 60 }
],
"miningDuration": 3600
}
Response Structure
{
"mission": {}
}
Notes
- Request fields confirmed from addon
SEND_MINEcode path. - Safe invalid probe on
s0returned400 VALIDATION_ERROR.