all repos

onasty @ c0ab069f3ac196b2f5c3dd1932ef92881608ed59

a one-time notes service

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

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