Files
medusa-store/docs/api/admin/components/schemas/AdminResetPasswordRequest.yaml
2022-12-22 17:09:49 +02:00

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