add get-breadcrumb endpoint

This commit is contained in:
Daniel Goc
2026-03-31 11:40:57 +02:00
parent 8665c566ee
commit fa89723eb6
9 changed files with 179 additions and 38 deletions

View File

@@ -0,0 +1,22 @@
info:
name: get-breadcrumb
type: http
seq: 18
http:
method: GET
url: http://localhost:3000/api/v1/restricted/menu/get-breadcrumb?root_category_id=10&category_id=13
params:
- name: root_category_id
value: "10"
type: query
- name: category_id
value: "13"
type: query
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5

View File

@@ -5,10 +5,10 @@ info:
http:
method: GET
url: http://localhost:3000/api/v1/restricted/menu/get-category-tree?root_category_id=3
url: http://localhost:3000/api/v1/restricted/menu/get-category-tree?root_category_id=10
params:
- name: root_category_id
value: "3"
value: "10"
type: query
auth: inherit