mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Merge pull request #3 from nhowell/patch-2
Fix request params of some examples in the guide
This commit is contained in:
commit
6de14beb4d
@ -118,13 +118,13 @@ Static game data can be queried and should be cached using the `/game/data` endp
|
|||||||
/my/ships/EMBER-01/extract survey='{signature: "...", deposits: "...", expiration: "..."}'
|
/my/ships/EMBER-01/extract survey='{signature: "...", deposits: "...", expiration: "..."}'
|
||||||
|
|
||||||
# purchase cargo and load it into your ship
|
# purchase cargo and load it into your ship
|
||||||
/my/ships/EMBER-01/purchase symbol=HEAVY_MACHINERY quantity=99999
|
/my/ships/EMBER-01/purchase tradeSymbol=HEAVY_MACHINERY units=99999
|
||||||
|
|
||||||
# sell cargo and unload it from your ship
|
# sell cargo and unload it from your ship
|
||||||
/my/ships/EMBER-01/sell symbol=HEAVY_MACHINERY quantity=99999
|
/my/ships/EMBER-01/sell tradeSymbol=HEAVY_MACHINERY units=99999
|
||||||
|
|
||||||
# jettison cargo from your ship
|
# jettison cargo from your ship
|
||||||
/my/ships/EMBER-01/jettison symbol=HEAVY_MACHINERY quantity=99999
|
/my/ships/EMBER-01/jettison tradeSymbol=HEAVY_MACHINERY quantity=99999
|
||||||
|
|
||||||
# view all systems
|
# view all systems
|
||||||
/systems
|
/systems
|
||||||
|
Loading…
Reference in New Issue
Block a user