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
96636fec68
commit
55f2ffb73b
@ -178,7 +178,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
summary: Chart Waypoint
|
summary: Chart Waypoint
|
||||||
tags:
|
tags:
|
||||||
- ships
|
- navigation
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: Created
|
description: Created
|
||||||
@ -274,7 +274,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
summary: Dock Ship
|
summary: Dock Ship
|
||||||
tags:
|
tags:
|
||||||
- ships
|
- navigation
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: Created
|
description: Created
|
||||||
@ -316,8 +316,6 @@ paths:
|
|||||||
description: The symbol of the ship
|
description: The symbol of the ship
|
||||||
post:
|
post:
|
||||||
summary: Orbit Ship
|
summary: Orbit Ship
|
||||||
tags:
|
|
||||||
- ships
|
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: Created
|
description: Created
|
||||||
@ -347,6 +345,8 @@ paths:
|
|||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
description: Transition your ship from docked into orbit. Ships are placed into orbit by default when arriving at a destination. Consecutive calls to this endpoint will continue to return a 200 response status.
|
description: Transition your ship from docked into orbit. Ships are placed into orbit by default when arriving at a destination. Consecutive calls to this endpoint will continue to return a 200 response status.
|
||||||
|
tags:
|
||||||
|
- navigation
|
||||||
'/my/ships/{shipSymbol}/jettison':
|
'/my/ships/{shipSymbol}/jettison':
|
||||||
parameters:
|
parameters:
|
||||||
- schema:
|
- schema:
|
||||||
@ -888,7 +888,7 @@ paths:
|
|||||||
post:
|
post:
|
||||||
summary: Refuel Ship
|
summary: Refuel Ship
|
||||||
tags:
|
tags:
|
||||||
- ships
|
- navigation
|
||||||
responses:
|
responses:
|
||||||
'201':
|
'201':
|
||||||
description: Created
|
description: Created
|
||||||
@ -1287,7 +1287,7 @@ paths:
|
|||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
tags:
|
tags:
|
||||||
- ships
|
- navigation
|
||||||
'/my/ships/{shipSymbol}':
|
'/my/ships/{shipSymbol}':
|
||||||
parameters:
|
parameters:
|
||||||
- schema:
|
- schema:
|
||||||
|
Loading…
Reference in New Issue
Block a user