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
48a37430df
commit
e25a4b6491
@ -1324,6 +1324,95 @@ paths:
|
|||||||
description: Retrieve all of your ships.
|
description: Retrieve all of your ships.
|
||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
|
'/systems/{systemSymbol}':
|
||||||
|
parameters:
|
||||||
|
- schema:
|
||||||
|
type: string
|
||||||
|
default: X1-OE
|
||||||
|
name: systemSymbol
|
||||||
|
in: path
|
||||||
|
required: true
|
||||||
|
description: The system symbol
|
||||||
|
get:
|
||||||
|
summary: Fetch a system
|
||||||
|
tags: []
|
||||||
|
responses:
|
||||||
|
'200':
|
||||||
|
description: OK
|
||||||
|
content:
|
||||||
|
application/json:
|
||||||
|
schema:
|
||||||
|
description: ''
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
data:
|
||||||
|
type: object
|
||||||
|
properties:
|
||||||
|
symbol:
|
||||||
|
type: string
|
||||||
|
minLength: 1
|
||||||
|
sector:
|
||||||
|
type: string
|
||||||
|
minLength: 1
|
||||||
|
type:
|
||||||
|
type: string
|
||||||
|
minLength: 1
|
||||||
|
x:
|
||||||
|
type: number
|
||||||
|
'y':
|
||||||
|
type: number
|
||||||
|
waypoints:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
required: []
|
||||||
|
properties: {}
|
||||||
|
factions:
|
||||||
|
type: array
|
||||||
|
items:
|
||||||
|
required: []
|
||||||
|
properties: {}
|
||||||
|
charted:
|
||||||
|
type: boolean
|
||||||
|
chartedBy: {}
|
||||||
|
required:
|
||||||
|
- symbol
|
||||||
|
- sector
|
||||||
|
- type
|
||||||
|
- x
|
||||||
|
- 'y'
|
||||||
|
- waypoints
|
||||||
|
- factions
|
||||||
|
- charted
|
||||||
|
required:
|
||||||
|
- data
|
||||||
|
x-examples:
|
||||||
|
example-1:
|
||||||
|
data:
|
||||||
|
symbol: X1-ZZ
|
||||||
|
sector: X1
|
||||||
|
type: BLUE_STAR
|
||||||
|
x: -2
|
||||||
|
'y': 9
|
||||||
|
waypoints: []
|
||||||
|
factions: []
|
||||||
|
charted: false
|
||||||
|
chartedBy: null
|
||||||
|
examples:
|
||||||
|
Success:
|
||||||
|
value:
|
||||||
|
data:
|
||||||
|
symbol: X1-ZZ
|
||||||
|
sector: X1
|
||||||
|
type: BLUE_STAR
|
||||||
|
x: -2
|
||||||
|
'y': 9
|
||||||
|
waypoints: []
|
||||||
|
factions: []
|
||||||
|
charted: false
|
||||||
|
chartedBy: null
|
||||||
|
operationId: get-systems-systemSymbol
|
||||||
|
security:
|
||||||
|
- AgentToken: []
|
||||||
tags:
|
tags:
|
||||||
- name: my
|
- name: my
|
||||||
- name: ships
|
- name: ships
|
||||||
|
Loading…
Reference in New Issue
Block a user