improved JWTToken update, added list-users endpoint, debug of getCountries
This commit is contained in:
@@ -5,7 +5,7 @@ info:
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{bas_url}}/restricted/list-products/get-listing?p=1&elems=30&sort=product_id,asc&category_id_in=243&reference=~62"
|
||||
url: "{{bas_url}}/restricted/list/list-products?p=1&elems=30&sort=product_id,asc&category_id_in=243&reference=~62"
|
||||
params:
|
||||
- name: p
|
||||
value: "1"
|
||||
|
||||
@@ -10,12 +10,12 @@ http:
|
||||
type: json
|
||||
data: |-
|
||||
{
|
||||
"q": "kinder",
|
||||
"q": "mat",
|
||||
"limit": 50,
|
||||
"offset": 0,
|
||||
// "filter": "'attr.10'= 71",
|
||||
"facets":["category_ids", "price"]
|
||||
// "facets": ["category_ids", "attr", "feat", "price"]
|
||||
"filter": "'category_ids'= 10",
|
||||
// "facets":["category_ids", "price"]
|
||||
"facets": ["category_ids", "attr", "feat", "price"]
|
||||
}
|
||||
auth:
|
||||
type: bearer
|
||||
|
||||
Reference in New Issue
Block a user