mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update description of scan endpoint
This commit is contained in:
parent
01864123b5
commit
b301830d9f
@ -180,8 +180,6 @@ paths:
|
|||||||
'/my/ships/{shipSymbol}/chart':
|
'/my/ships/{shipSymbol}/chart':
|
||||||
post:
|
post:
|
||||||
summary: Chart Waypoint
|
summary: Chart Waypoint
|
||||||
tags:
|
|
||||||
- navigation
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: OK
|
description: OK
|
||||||
@ -208,6 +206,8 @@ paths:
|
|||||||
description: 'Chart a new system or waypoint. Returns an array of the symbols that have been charted, including the system and the waypoint if both were uncharted, or just the waypoint.'
|
description: 'Chart a new system or waypoint. Returns an array of the symbols that have been charted, including the system and the waypoint if both were uncharted, or just the waypoint.'
|
||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
|
tags:
|
||||||
|
- systems
|
||||||
parameters:
|
parameters:
|
||||||
- schema:
|
- schema:
|
||||||
type: string
|
type: string
|
||||||
@ -1319,7 +1319,7 @@ paths:
|
|||||||
operationId: post-my-ships-shipSymbol-scan
|
operationId: post-my-ships-shipSymbol-scan
|
||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
description: Scan approaching or departing ships.
|
description: 'Execute a ship scan to view approach / departing ships, system information or details about a waypoint. Send a scan mode to select the type of scan performed by your ship.'
|
||||||
requestBody:
|
requestBody:
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
|
Loading…
Reference in New Issue
Block a user