-
Notifications
You must be signed in to change notification settings - Fork 1
Admin Changepassword
VAISHAKH-GK edited this page Apr 17, 2023
·
2 revisions
Used to change as admin password.
URL : /api/admin/change-password
Method : PUT
Auth Required : Yes
Data constraints
{
"password": "[new password in plain text]"
}Data example
{
"password": "new-password"
}Code : 200 OK
Content example
"Password Changed"Code : 401 Unauthorized
Content :
"Not Logged In"Code : 500 Internal Server Error
Content :
"Request failed"