Files
medusa-store/docs/api/store/components/schemas/StorePostAuthReq.yaml
2023-02-09 09:50:55 +02:00

12 lines
194 B
YAML

type: object
required:
- email
- password
properties:
email:
type: string
description: The Customer's email.
password:
type: string
description: The Customer's password.