all repos

onasty @ eab9b2ccfb37b6dac1c99ff93098fbf505a47f5a

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"