Files
b2b/bruno/b2b-daniel/get-product-description.yml
2026-04-02 11:26:58 +02:00

23 lines
430 B
YAML

info:
name: get-product-description
type: http
seq: 1
http:
method: GET
url: http://localhost:3000/api/v1/restricted/product-translation/get-product-description?productID=51&productLangID=1
params:
- name: productID
value: "51"
type: query
- name: productLangID
value: "1"
type: query
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5