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
28ea2d2ab3
commit
5d8750ffe6
@ -178,7 +178,6 @@ paths:
|
|||||||
post:
|
post:
|
||||||
summary: Chart Waypoint
|
summary: Chart Waypoint
|
||||||
tags:
|
tags:
|
||||||
- chart
|
|
||||||
- ships
|
- ships
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
@ -224,9 +223,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
summary: Deliver on Contract
|
summary: Deliver on Contract
|
||||||
tags:
|
tags:
|
||||||
- contracts
|
|
||||||
- ships
|
- ships
|
||||||
- deliver
|
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: Created
|
description: Created
|
||||||
@ -278,7 +275,6 @@ paths:
|
|||||||
summary: Dock Ship
|
summary: Dock Ship
|
||||||
tags:
|
tags:
|
||||||
- ships
|
- ships
|
||||||
- dock
|
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: Created
|
description: Created
|
||||||
@ -322,7 +318,6 @@ paths:
|
|||||||
summary: Orbit Ship
|
summary: Orbit Ship
|
||||||
tags:
|
tags:
|
||||||
- ships
|
- ships
|
||||||
- orbit
|
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: Created
|
description: Created
|
||||||
@ -363,7 +358,6 @@ paths:
|
|||||||
summary: Jettison Cargo
|
summary: Jettison Cargo
|
||||||
tags:
|
tags:
|
||||||
- ships
|
- ships
|
||||||
- jettison
|
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: Created
|
description: Created
|
||||||
@ -412,10 +406,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
summary: Extraction
|
summary: Extraction
|
||||||
tags:
|
tags:
|
||||||
- extract
|
|
||||||
- mining
|
|
||||||
- ships
|
- ships
|
||||||
- survey
|
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: Created
|
description: Created
|
||||||
@ -523,7 +514,6 @@ paths:
|
|||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
tags:
|
tags:
|
||||||
- extract
|
|
||||||
- ships
|
- ships
|
||||||
'/my/ships/{shipSymbol}/survey':
|
'/my/ships/{shipSymbol}/survey':
|
||||||
parameters:
|
parameters:
|
||||||
@ -783,10 +773,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
summary: Purchase Cargo
|
summary: Purchase Cargo
|
||||||
tags:
|
tags:
|
||||||
- markets
|
|
||||||
- purchase
|
|
||||||
- ships
|
- ships
|
||||||
- trade
|
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: Created
|
description: Created
|
||||||
@ -1110,10 +1097,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
summary: Sell Cargo
|
summary: Sell Cargo
|
||||||
tags:
|
tags:
|
||||||
- markets
|
|
||||||
- sell
|
|
||||||
- ships
|
- ships
|
||||||
- trade
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: OK
|
description: OK
|
||||||
@ -1155,9 +1139,8 @@ paths:
|
|||||||
required: true
|
required: true
|
||||||
description: The ship symbol
|
description: The ship symbol
|
||||||
post:
|
post:
|
||||||
summary: Navigate ship
|
summary: Navigate Ship
|
||||||
tags:
|
tags:
|
||||||
- navigation
|
|
||||||
- ships
|
- ships
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
@ -1218,7 +1201,7 @@ paths:
|
|||||||
type: string
|
type: string
|
||||||
description: The waypoint symbol to navigate to.
|
description: The waypoint symbol to navigate to.
|
||||||
get:
|
get:
|
||||||
summary: Navigation
|
summary: Navigation Status
|
||||||
operationId: get-my-ships-shipSymbol-navigate
|
operationId: get-my-ships-shipSymbol-navigate
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
@ -1245,7 +1228,6 @@ paths:
|
|||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
tags:
|
tags:
|
||||||
- navigation
|
|
||||||
- ships
|
- ships
|
||||||
'/my/ships/{shipSymbol}':
|
'/my/ships/{shipSymbol}':
|
||||||
parameters:
|
parameters:
|
||||||
|
Loading…
Reference in New Issue
Block a user