mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
Modified reference/SpaceTraders.yaml
This commit is contained in:
parent
8694e808a0
commit
32ebbc2d30
@ -867,6 +867,17 @@ paths:
|
|||||||
description: Sell cargo from your ship's hold to the local market.
|
description: Sell cargo from your ship's hold to the local market.
|
||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
|
requestBody:
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
tradeSymbol:
|
||||||
|
type: string
|
||||||
|
units:
|
||||||
|
type: number
|
||||||
|
description: ''
|
||||||
'/my/ships/{shipSymbol}/refuel':
|
'/my/ships/{shipSymbol}/refuel':
|
||||||
parameters:
|
parameters:
|
||||||
- schema:
|
- schema:
|
||||||
|
Loading…
Reference in New Issue
Block a user