fix products listing
This commit is contained in:
21
bruno/api_v1/Change Locales.yml
Normal file
21
bruno/api_v1/Change Locales.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
info:
|
||||
name: Change Locales
|
||||
type: http
|
||||
seq: 4
|
||||
|
||||
http:
|
||||
method: POST
|
||||
url: "{{bas_url}}/public/auth/update-choice?lang_id=1"
|
||||
params:
|
||||
- name: lang_id
|
||||
value: "1"
|
||||
type: query
|
||||
auth:
|
||||
type: bearer
|
||||
token: "{{token}}"
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user