/api/outposts/{outpostId}/supply
/api/outposts/{outpostId}/supply
Supplies resources from a source planet to an outpost.
Method
POST
Request Structure
{
"sourcePlanetId": 35572,
"ships": [
{ "shipDefId": 6, "quantity": 10 }
],
"resources": {
"ore": 1000,
"hydrogen": 500
}
}
Response Structure
{
"mission": {}
}
Notes
- Request shape confirmed from addon logistics send logic.
- No live probe was possible in this sweep because no outpost ID was available for the current account.