mirror of https://github.com/Chocobozzz/PeerTube
Add missing requirements on email in OpenAPI
parent
16ccb43767
commit
700e24197a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue