Fix issue where email would still be required for personalized vouchers in the backend

This commit is contained in:
2026-09-21 23:01:22 +02:00
parent d522f35663
commit e8f971b54e
2 changed files with 6 additions and 5 deletions
@@ -129,12 +129,13 @@ vouchersAdminRouter.post('/wildcard', async (req: Request, res: Response) => {
* type: array
* items:
* type: object
* required: [name, email, eventIds]
* required: [name, eventIds]
* properties:
* name:
* type: string
* email:
* type: string
* description: Optional - a guest can supply their own email when redeeming.
* eventIds:
* type: array
* items: