Add validation on route ChangePasswordCitizenRequest

This commit is contained in:
2021-04-08 17:55:05 +02:00
parent eb399392c9
commit 9d3eeeb04b
7 changed files with 23 additions and 9 deletions

View File

@@ -484,6 +484,10 @@ paths:
description: Password changed
400:
description: Bad request
content:
application/json:
schema:
$ref: '#/components/schemas/400'
401:
$ref: '#/components/responses/401'
404: