Skip to content

Commit 77817ac

Browse files
DawoudIOgithub-actions[bot]
authored andcommitted
chore: update OpenAPI specs [skip ci]
1 parent b2791b6 commit 77817ac

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

openapi/private-api.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,6 +1696,38 @@ paths:
16961696
security:
16971697
-
16981698
ApiKeyAuth: []
1699+
'/map/neighbors/{familyId}':
1700+
get:
1701+
tags:
1702+
- Map
1703+
summary: 'Get nearest neighbor families for a given familyId'
1704+
operationId: a2264154d69001f8e26a71599eec497d
1705+
parameters:
1706+
-
1707+
name: familyId
1708+
in: path
1709+
required: true
1710+
schema:
1711+
type: integer
1712+
-
1713+
name: maxNeighbors
1714+
in: query
1715+
required: false
1716+
schema:
1717+
type: integer
1718+
-
1719+
name: maxDistance
1720+
in: query
1721+
required: false
1722+
schema:
1723+
type: number
1724+
format: float
1725+
responses:
1726+
'200':
1727+
description: 'Array of neighbor families'
1728+
security:
1729+
-
1730+
ApiKeyAuth: []
16991731
/families/familiesInCart:
17001732
get:
17011733
tags:

0 commit comments

Comments
 (0)