misspell fix

This commit is contained in:
Daniel Goc
2026-03-31 12:27:31 +02:00
parent 1fa6206b75
commit a3f01eca7c
3 changed files with 5 additions and 5 deletions

View File

@@ -5,13 +5,13 @@ info:
http:
method: GET
url: http://localhost:3000/api/v1/restricted/product-translation/get-product-description?productID=51&productLangID=4
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: "4"
value: "1"
type: query
auth: inherit