POST api/v1/user/password/update
Updates the password.
Request Information
Headers
URI Parameters
None.
Body Parameters
PasswordUpdateName | Description | Type | Additional information |
---|---|---|---|
OldPassword |
The new password. |
string |
Required |
Password |
The new password. |
string |
Required |
Request Formats
application/json
Sample:
{ "OldPassword": "sample string 1", "Password": "sample string 2" }
Response Information
Headers
Resource Description
Application Status - Result, Status code, Message
Application Accept - AA, 200, OK, {id}
Application Reject - AR, 400, Failed to update the password
ResponseName | Description | Type | Additional information |
---|---|---|---|
Result |
Result of the response |
string |
None. |
Message |
Additional information of the response |
string |
None. |
Response Formats
application/json
Sample:
{ "Result": "sample string 1", "Message": "sample string 2" }