update openapi and add the exists_in_database flag to get-product

This commit is contained in:
Daniel Goc
2026-03-31 12:00:30 +02:00
parent fa89723eb6
commit 1fa6206b75
4 changed files with 165 additions and 50 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=2
url: http://localhost:3000/api/v1/restricted/product-translation/get-product-description?productID=51&productLangID=4
params:
- name: productID
value: "51"
type: query
- name: productLangID
value: "2"
value: "4"
type: query
auth: inherit