All checks were successful
ci/woodpecker/push/workflow Pipeline was successful
20 lines
499 B
YAML
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
|