fix(http): swagger user password reset to 204

pull/13018/head
Kelvin Wang 2019-03-29 12:09:47 -04:00
parent 1d405f90b1
commit c5f93a9b9f
1 changed files with 2 additions and 6 deletions

View File

@ -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: