Update-User
http://whatsapp.local
http://whatsapp.local
PUT
/users/{UserUsername}
Users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'http://whatsapp.local/users/' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "<New Password>"
}'
Response Response Example
{
"users": [
{
"username": "username"
}
]
}
Request
Path Params
UserUsername
string
required
Body Params application/json
Responses
Modified at 2023-08-15 03:06:39