mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: add agent to jump response
This commit is contained in:
parent
32aa98a060
commit
50561de053
@ -2490,12 +2490,16 @@
|
||||
},
|
||||
"transaction": {
|
||||
"$ref": "../models/MarketTransaction.json"
|
||||
},
|
||||
"agent": {
|
||||
"$ref": "../models/Agent.json"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"nav",
|
||||
"cooldown",
|
||||
"transaction"
|
||||
"transaction",
|
||||
"agent"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user