17 lines
326 B
YAML
17 lines
326 B
YAML
type: object
|
|
required:
|
|
- token
|
|
- password
|
|
properties:
|
|
email:
|
|
description: The Users email.
|
|
type: string
|
|
format: email
|
|
token:
|
|
description: The token generated from the 'password-token' endpoint.
|
|
type: string
|
|
password:
|
|
description: The Users new password.
|
|
type: string
|
|
format: password
|