add deploy endpoint

This commit is contained in:
Space Admiral 2022-03-17 14:45:40 -07:00
parent 1b8cc1d4a2
commit 137be8503e

View File

@ -936,6 +936,31 @@ paths:
operationId: post-my-ships-shipSymbol-refuel operationId: post-my-ships-shipSymbol-refuel
security: security:
- AgentToken: [] - AgentToken: []
"/my/ships/{shipSymbol}/deploy":
parameters:
- schema:
type: string
name: shipSymbol
in: path
required: true
post:
summary: Deploy Asset
tags:
- markets
responses:
"204":
description: OK
operationId: post-my-ships-shipSymbol-deploy
security:
- AgentToken: []
requestBody:
content:
application/json:
schema:
type: object
properties:
tradeSymbol:
type: string
"/my/ships/{shipSymbol}/scan": "/my/ships/{shipSymbol}/scan":
parameters: parameters:
- schema: - schema: