Fix request params of some examples in the guide

Found these issues while playing around with the endpoints
This commit is contained in:
Nick Howell 2022-03-11 11:37:13 -05:00 committed by GitHub
parent 6fd183e98b
commit 9f36d61fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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