File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments