update docs
This commit is contained in:
10
README.md
10
README.md
@@ -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)
|
||||||
Reference in New Issue
Block a user