mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
add deploy endpoint
This commit is contained in:
parent
1b8cc1d4a2
commit
137be8503e
@ -936,6 +936,31 @@ paths:
|
||||
operationId: post-my-ships-shipSymbol-refuel
|
||||
security:
|
||||
- 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":
|
||||
parameters:
|
||||
- schema:
|
||||
|
Loading…
Reference in New Issue
Block a user