Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
17 lines
346 B
YAML
17 lines
346 B
YAML
type: object
|
|
required:
|
|
- token
|
|
- password
|
|
properties:
|
|
email:
|
|
description: The User's email.
|
|
type: string
|
|
format: email
|
|
token:
|
|
description: The password-reset token generated when the password reset was requested.
|
|
type: string
|
|
password:
|
|
description: The User's new password.
|
|
type: string
|
|
format: password
|