update docs

This commit is contained in:
Thies Mueller
2025-09-24 16:47:56 +02:00
parent acb89888c1
commit 722f9ddb41

View File

@@ -33,11 +33,19 @@ expects a json post request:
} }
``` ```
authorized with a bearer token configurable in config.yaml
books the respective ticket (if available) and sends it to the specified email. books the respective ticket (if available) and sends it to the specified email.
The ticket is booked with a dummy mail address (currently hardcoded) The ticket is booked with a dummy mail address (currently hardcoded)
if you book a ticket with %something%@printme.local it won't send an email but will answer with the qrcode as response. This is implemented for the [GUI](https://git.cccv.de/thies/presnax-gui) that can override Engelsystem. if you book a ticket with %something%@printme.local it won't send an email but will answer with the secret code as response. This is implemented for the [GUI](https://git.cccv.de/thies/presnax-gui) that can override Engelsystem.
Currently configured types:
- regular (normal "engelsystem" bookings)
- crew (booking for users who have the crew flag in engelsystem)
- override (unlimited quota to override sold out meals)