feat: podpora ručního generování QR kódů pro platby
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful

This commit is contained in:
2026-02-20 14:17:39 +01:00
parent a849f4e922
commit cc98c2be0d
15 changed files with 935 additions and 7 deletions

View File

@@ -0,0 +1,16 @@
post:
operationId: generateQr
summary: Vygenerování QR kódů pro platbu vybraným uživatelům
requestBody:
required: true
content:
application/json:
schema:
$ref: "../../schemas/_index.yml#/GenerateQrRequest"
responses:
"200":
description: QR kódy byly úspěšně vygenerovány
"400":
description: Neplatný požadavek (chybějící nebo nevalidní data)
"401":
description: Neautentizovaný uživatel