fix(http): swagger user password reset to 204
parent
1d405f90b1
commit
c5f93a9b9f
|
@ -4677,12 +4677,8 @@ paths:
|
|||
schema:
|
||||
$ref: "#/components/schemas/PasswordResetBody"
|
||||
responses:
|
||||
'200':
|
||||
description: user details
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/User"
|
||||
'204':
|
||||
description: password successfully updated
|
||||
default:
|
||||
description: unsuccessful authentication
|
||||
content:
|
||||
|
|
Loading…
Reference in New Issue