mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
rename marketSymbol to waypointSymbol
This commit is contained in:
parent
09e168d0d2
commit
4fbd83c2e4
@ -2519,7 +2519,7 @@ paths:
|
|||||||
To install a communications relay at a market, look at the `my/ships/{shipSymbol}/deploy` endpoint.
|
To install a communications relay at a market, look at the `my/ships/{shipSymbol}/deploy` endpoint.
|
||||||
security:
|
security:
|
||||||
- AgentToken: []
|
- AgentToken: []
|
||||||
"/systems/{systemSymbol}/markets/{marketSymbol}":
|
"/systems/{systemSymbol}/markets/{waypointSymbol}":
|
||||||
parameters:
|
parameters:
|
||||||
- schema:
|
- schema:
|
||||||
type: string
|
type: string
|
||||||
@ -2529,10 +2529,10 @@ paths:
|
|||||||
description: The system symbol
|
description: The system symbol
|
||||||
- schema:
|
- schema:
|
||||||
type: string
|
type: string
|
||||||
name: marketSymbol
|
name: waypointSymbol
|
||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
description: The market symbol
|
description: The waypoint symbol
|
||||||
get:
|
get:
|
||||||
summary: View Market
|
summary: View Market
|
||||||
tags:
|
tags:
|
||||||
@ -2608,7 +2608,7 @@ paths:
|
|||||||
price: 286
|
price: 286
|
||||||
tariff: 0
|
tariff: 0
|
||||||
exchange: []
|
exchange: []
|
||||||
operationId: get-systems-systemSymbol-markets-marketSymbol
|
operationId: get-systems-systemSymbol-markets-waypointSymbol
|
||||||
description: |-
|
description: |-
|
||||||
Retrieve imports, exports and exchange data from a marketplace. Imports can be sold, exports can be purchased, and exchange trades can be purchased or sold.
|
Retrieve imports, exports and exchange data from a marketplace. Imports can be sold, exports can be purchased, and exchange trades can be purchased or sold.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user