all repos

onasty @ 3f331186ab8a30c68264a0e1aa9ff78377420e00

a one-time notes service

onasty/api/components/requests/EmailRequest.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
properties:
5
  email:
6
    type: string
7
    format: email
8
    example: "user@example.com"