update description of scan endpoint

This commit is contained in:
Space Admiral 2022-03-18 19:11:54 -07:00
parent 01864123b5
commit b301830d9f

View File

@ -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: