all repos

onasty @ c672974dbcb27a4f64fae83dca5e7b031e15d22a

a one-time notes service

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

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