Modified reference/SpaceTraders.yaml

This commit is contained in:
SpaceAdmiral 2022-03-13 15:58:05 -07:00
parent b0e8b26779
commit ea092d3ec0

View File

@ -814,6 +814,16 @@ paths:
operationId: post-my-ships-shipSymbol-purchase operationId: post-my-ships-shipSymbol-purchase
security: security:
- AgentToken: [] - AgentToken: []
requestBody:
content:
application/json:
schema:
type: object
properties:
tradeSymbol:
type: string
units:
type: number
'/my/ships/{shipSymbol}/sell': '/my/ships/{shipSymbol}/sell':
parameters: parameters:
- schema: - schema: