Request
necessary only for POST requests
Body Params application/json
disable_password_change
boolean
optional{
"username": "account3",
"changes": {
"admin": true
}
}
Request samples
curl --location --request POST 'http://localhost/~/api/set_account' \
--header 'x-hfs-anti-csrf: 1' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "account3",
"changes": {
"admin": true
}
}'
Responses
application/json returned because it is normalized
Modified at 2024-09-22 13:35:00