mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: add transaction to refuel response
This commit is contained in:
parent
0510b51296
commit
4ec2806046
@ -2575,11 +2575,15 @@
|
|||||||
},
|
},
|
||||||
"fuel": {
|
"fuel": {
|
||||||
"$ref": "../models/ShipFuel.json"
|
"$ref": "../models/ShipFuel.json"
|
||||||
|
},
|
||||||
|
"transaction": {
|
||||||
|
"$ref": "../models/MarketTransaction.json"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
"agent",
|
"agent",
|
||||||
"fuel"
|
"fuel",
|
||||||
|
"transaction"
|
||||||
],
|
],
|
||||||
"type": "object"
|
"type": "object"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user