1
0
Fork 0

Add missing requirements on email in OpenAPI

This commit is contained in:
Wicklow 2023-02-23 15:40:13 +01:00 committed by Chocobozzz
parent 16ccb43767
commit 700e24197a
1 changed files with 4 additions and 0 deletions

View File

@ -1417,6 +1417,8 @@ paths:
email:
type: string
description: User email
required:
- email
responses:
'204':
description: successful operation
@ -1436,6 +1438,8 @@ paths:
email:
type: string
description: Registration email
required:
- email
responses:
'204':
description: successful operation