Add validation on route ChangePasswordCitizenRequest
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user