Modified reference/SpaceTraders.yaml

This commit is contained in:
SpaceAdmiral 2022-03-10 19:05:03 -08:00
parent 368dc16042
commit e1e5d8cc13

View File

@ -1660,6 +1660,23 @@ paths:
description: Return a list of all systems.
security:
- AgentToken: []
'/my/ships/{shipSymbol}/survey':
parameters:
- schema:
type: string
name: shipSymbol
in: path
required: true
post:
summary: Survey a waypoint
tags: []
responses: {}
operationId: post-my-ships-shipSymbol-survey
get:
summary: Get survey cooldown
tags: []
responses: {}
operationId: get-my-ships-shipSymbol-survey
tags:
- name: my
- name: ships