feat(#31): RFollow mammon location rename in the generated client
This commit is contained in:
+12
-10
@@ -777,10 +777,11 @@ paths:
|
||||
/locations/{id}:
|
||||
get:
|
||||
tags:
|
||||
- universe
|
||||
summary: Resolve a market location id to its name and containing solar system
|
||||
and region
|
||||
operationId: resolveLocation
|
||||
- location
|
||||
summary: "Resolve a market location id (NPC station or public structure, or\
|
||||
\ a private structure reachable by the authenticated caller's characters)\
|
||||
\ to its name and containing solar system and region"
|
||||
operationId: findLocationById
|
||||
parameters:
|
||||
- name: id
|
||||
in: path
|
||||
@@ -795,7 +796,7 @@ paths:
|
||||
content:
|
||||
'*/*':
|
||||
schema:
|
||||
$ref: "#/components/schemas/MarketLocationResponse"
|
||||
$ref: "#/components/schemas/DockableLocationResponse"
|
||||
"400":
|
||||
description: Returned when the id is not a market location id
|
||||
"404":
|
||||
@@ -803,9 +804,10 @@ paths:
|
||||
/locations/search:
|
||||
get:
|
||||
tags:
|
||||
- universe
|
||||
summary: "Search NPC market locations (stations) whose name contains the given\
|
||||
\ text, case-insensitively"
|
||||
- location
|
||||
summary: "Search market locations (NPC stations and public structures, plus\
|
||||
\ private structures reachable by the authenticated caller's characters) whose\
|
||||
\ name contains the given text, case-insensitively"
|
||||
operationId: searchLocations
|
||||
parameters:
|
||||
- name: name
|
||||
@@ -831,7 +833,7 @@ paths:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: "#/components/schemas/MarketLocationResponse"
|
||||
$ref: "#/components/schemas/DockableLocationResponse"
|
||||
"400":
|
||||
description: |-
|
||||
Returned when:
|
||||
@@ -1701,7 +1703,7 @@ components:
|
||||
- regionId
|
||||
- volumeRemain
|
||||
- volumeTotal
|
||||
MarketLocationResponse:
|
||||
DockableLocationResponse:
|
||||
type: object
|
||||
description: A market location (NPC station) with its containing solar system
|
||||
and region.
|
||||
|
||||
Reference in New Issue
Block a user