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": {
|
||||
"$ref": "../models/ShipFuel.json"
|
||||
},
|
||||
"transaction": {
|
||||
"$ref": "../models/MarketTransaction.json"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"agent",
|
||||
"fuel"
|
||||
"fuel",
|
||||
"transaction"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user