Commit 1b8701d4 by Marcus Efraimsson Committed by GitHub

Docs: Update change user password payload in http api (#20666)

Fixes #19995
parent 4a2104a1
......@@ -319,8 +319,7 @@ Authorization: Bearer eyJrIjoiT0tTcG1pUlY2RnVKZTFVaDFsNFZXdE9ZWmNrMkZYbk
{
"oldPassword": "old_password",
"newPassword": "new_password",
"confirmNew": "confirm_new_password"
"newPassword": "new_password"
}
```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment