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':
|
||||
post:
|
||||
summary: Chart Waypoint
|
||||
tags:
|
||||
- navigation
|
||||
responses:
|
||||
'200':
|
||||
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.'
|
||||
security:
|
||||
- AgentToken: []
|
||||
tags:
|
||||
- systems
|
||||
parameters:
|
||||
- schema:
|
||||
type: string
|
||||
@ -1319,7 +1319,7 @@ paths:
|
||||
operationId: post-my-ships-shipSymbol-scan
|
||||
security:
|
||||
- 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:
|
||||
content:
|
||||
application/json:
|
||||
|
Loading…
Reference in New Issue
Block a user