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
e1e5d8cc13
commit
76c29daed6
@ -461,10 +461,23 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
type: object
|
type:
|
||||||
|
- object
|
||||||
|
- 'null'
|
||||||
properties:
|
properties:
|
||||||
survey:
|
survey:
|
||||||
$ref: ../models/Survey.yaml
|
$ref: ../models/Survey.yaml
|
||||||
|
examples:
|
||||||
|
No Survey:
|
||||||
|
value: {}
|
||||||
|
With Survey:
|
||||||
|
value:
|
||||||
|
survey:
|
||||||
|
signature: X1-OE-D2DD38
|
||||||
|
deposits:
|
||||||
|
- COPPER_ORE
|
||||||
|
expiration: '2022-03-08T05:41:55.514Z'
|
||||||
|
description: ''
|
||||||
description: Extract resources from the waypoint into your ship. Send a survey as the payload to target specific yields.
|
description: Extract resources from the waypoint into your ship. Send a survey as the payload to target specific yields.
|
||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
@ -525,6 +538,137 @@ paths:
|
|||||||
description: Get the status of your last extraction.
|
description: Get the status of your last extraction.
|
||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
|
'/my/ships/{shipSymbol}/survey':
|
||||||
|
parameters:
|
||||||
|
- schema:
|
||||||
|
type: string
|
||||||
|
name: shipSymbol
|
||||||
|
in: path
|
||||||
|
required: true
|
||||||
|
post:
|
||||||
|
summary: Survey a waypoint
|
||||||
|
tags: []
|
||||||
|
responses:
|
||||||
|
'201':
|
||||||
|
description: Created
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
description: ''
|
||||||
|
type: object
|
||||||
|
x-examples:
|
||||||
|
example-1:
|
||||||
|
data:
|
||||||
|
- signature: X1-OE-D2DD38
|
||||||
|
deposits:
|
||||||
|
- COPPER_ORE
|
||||||
|
expiration: '2022-03-08T05:41:55.514Z'
|
||||||
|
- signature: X1-OE-B58FEB
|
||||||
|
deposits:
|
||||||
|
- ALUMINUM_ORE
|
||||||
|
- ALUMINUM_ORE
|
||||||
|
- ALUMINUM_ORE
|
||||||
|
expiration: '2022-03-08T05:39:15.519Z'
|
||||||
|
- signature: X1-OE-0E326C
|
||||||
|
deposits:
|
||||||
|
- ALUMINUM_ORE
|
||||||
|
- SILICON
|
||||||
|
expiration: '2022-03-08T05:20:27.521Z'
|
||||||
|
- signature: X1-OE-5CDFA4
|
||||||
|
deposits:
|
||||||
|
- COPPER_ORE
|
||||||
|
- COPPER_ORE
|
||||||
|
- COPPER_ORE
|
||||||
|
- IRON_ORE
|
||||||
|
expiration: '2022-03-08T05:44:34.522Z'
|
||||||
|
- signature: X1-OE-86C3A1
|
||||||
|
deposits:
|
||||||
|
- COPPER_ORE
|
||||||
|
- COPPER_ORE
|
||||||
|
- IRON_ORE
|
||||||
|
expiration: '2022-03-08T05:43:45.522Z'
|
||||||
|
- signature: X1-OE-C97BEA
|
||||||
|
deposits:
|
||||||
|
- ALUMINUM_ORE
|
||||||
|
- COPPER_ORE
|
||||||
|
- QUARTZ
|
||||||
|
- QUARTZ
|
||||||
|
expiration: '2022-03-08T05:22:39.523Z'
|
||||||
|
- signature: X1-OE-9913BD
|
||||||
|
deposits:
|
||||||
|
- QUARTZ
|
||||||
|
expiration: '2022-03-08T05:37:45.523Z'
|
||||||
|
- signature: X1-OE-8D87D2
|
||||||
|
deposits:
|
||||||
|
- COPPER_ORE
|
||||||
|
- SILICON
|
||||||
|
expiration: '2022-03-08T05:32:57.524Z'
|
||||||
|
properties:
|
||||||
|
data:
|
||||||
|
type: array
|
||||||
|
uniqueItems: true
|
||||||
|
minItems: 1
|
||||||
|
items:
|
||||||
|
$ref: ../models/Survey.yaml
|
||||||
|
required:
|
||||||
|
- data
|
||||||
|
examples:
|
||||||
|
Success:
|
||||||
|
value:
|
||||||
|
data:
|
||||||
|
- signature: X1-OE-D2DD38
|
||||||
|
deposits:
|
||||||
|
- COPPER_ORE
|
||||||
|
expiration: '2022-03-08T05:41:55.514Z'
|
||||||
|
- signature: X1-OE-B58FEB
|
||||||
|
deposits:
|
||||||
|
- ALUMINUM_ORE
|
||||||
|
- ALUMINUM_ORE
|
||||||
|
- ALUMINUM_ORE
|
||||||
|
expiration: '2022-03-08T05:39:15.519Z'
|
||||||
|
- signature: X1-OE-0E326C
|
||||||
|
deposits:
|
||||||
|
- ALUMINUM_ORE
|
||||||
|
- SILICON
|
||||||
|
expiration: '2022-03-08T05:20:27.521Z'
|
||||||
|
- signature: X1-OE-5CDFA4
|
||||||
|
deposits:
|
||||||
|
- COPPER_ORE
|
||||||
|
- COPPER_ORE
|
||||||
|
- COPPER_ORE
|
||||||
|
- IRON_ORE
|
||||||
|
expiration: '2022-03-08T05:44:34.522Z'
|
||||||
|
- signature: X1-OE-86C3A1
|
||||||
|
deposits:
|
||||||
|
- COPPER_ORE
|
||||||
|
- COPPER_ORE
|
||||||
|
- IRON_ORE
|
||||||
|
expiration: '2022-03-08T05:43:45.522Z'
|
||||||
|
- signature: X1-OE-C97BEA
|
||||||
|
deposits:
|
||||||
|
- ALUMINUM_ORE
|
||||||
|
- COPPER_ORE
|
||||||
|
- QUARTZ
|
||||||
|
- QUARTZ
|
||||||
|
expiration: '2022-03-08T05:22:39.523Z'
|
||||||
|
- signature: X1-OE-9913BD
|
||||||
|
deposits:
|
||||||
|
- QUARTZ
|
||||||
|
expiration: '2022-03-08T05:37:45.523Z'
|
||||||
|
- signature: X1-OE-8D87D2
|
||||||
|
deposits:
|
||||||
|
- COPPER_ORE
|
||||||
|
- SILICON
|
||||||
|
expiration: '2022-03-08T05:32:57.524Z'
|
||||||
|
operationId: post-my-ships-shipSymbol-survey
|
||||||
|
security:
|
||||||
|
- AgentToken: []
|
||||||
|
get:
|
||||||
|
summary: Get survey cooldown
|
||||||
|
tags: []
|
||||||
|
responses: {}
|
||||||
|
operationId: get-my-ships-shipSymbol-survey
|
||||||
|
description: ''
|
||||||
'/my/ships/{shipSymbol}/jump':
|
'/my/ships/{shipSymbol}/jump':
|
||||||
parameters:
|
parameters:
|
||||||
- schema:
|
- schema:
|
||||||
@ -1030,8 +1174,8 @@ paths:
|
|||||||
summary: Navigate ship
|
summary: Navigate ship
|
||||||
tags: []
|
tags: []
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'201':
|
||||||
description: OK
|
description: Created
|
||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
@ -1660,23 +1804,6 @@ paths:
|
|||||||
description: Return a list of all systems.
|
description: Return a list of all systems.
|
||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- 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:
|
tags:
|
||||||
- name: my
|
- name: my
|
||||||
- name: ships
|
- name: ships
|
||||||
|
Loading…
Reference in New Issue
Block a user