all repos

onasty @ 353101d7c316e8a334761a16e351dabb5ddf5912

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"