Extension password
Reset current user extension password.
Authorizations
Body
old_passwordstringOptional
The extension password.
new_passwordstringOptional
The extension password.
Responses
200
OK
4XX
Error
post
POST /api/user/extension_password HTTP/1.1
Host: hostname:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 45
{
"old_password": "text",
"new_password": "text"
}
No content