Luncher/types/paths/getPizzaQr.yml
Martin Berka d366882f6b
All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
Migrace klienta na OpenAPI
2025-03-19 23:08:46 +01:00

20 lines
499 B
YAML

get:
operationId: getPizzaQr
summary: Získání QR kódu pro platbu za Pizza day
security: [] # Nevyžaduje autentizaci
parameters:
- in: query
name: login
schema:
type: string
required: true
description: Přihlašovací jméno uživatele, pro kterého bude vrácen QR kód
responses:
"200":
description: Vygenerovaný QR kód pro platbu
content:
image/png:
schema:
type: string
format: binary