Skip to main content
PUT
/
users
/
update-password
update password
curl --request PUT \
  --url http://localhost:8000/v1/users/update-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "newPassword": "abebebesobel",
  "oldPassword": "abebebesobela"
}
'
This response has no body data.

Body

application/json
newPassword
string
Example:

"abebebesobel"

oldPassword
string
Example:

"abebebesobela"

Response