all repos

onasty @ fb33310049d17b419481449563915bc1b956f534

a one-time notes service

onasty/api/components/requests/Signin.yml (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
api: add openapi docs (#181)..., 9 months ago
1
type: object
2
required:
3
  - email
4
  - password
5
properties:
6
  email:
7
    type: string
8
    format: email
9
    example: "user@example.com"
10
  password:
11
    type: string
12
    minLength: 6
13
    example: "securePassword123"