Improve change password

This commit is contained in:
2020-01-30 14:18:40 +01:00
parent 3d2d3c2e14
commit 24bc1520f7
3 changed files with 37 additions and 10 deletions

View File

@@ -154,7 +154,13 @@ paths:
application/json:
schema:
properties:
password:
old_password:
type: string
format: password
required: true
example:
azerty
new_password:
type: string
format: password
required: true