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
368dc16042
commit
e1e5d8cc13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user