Fix issue where email would still be required for personalized vouchers in the backend
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user