Skip to content
EN | DE

Change admin password

PUT
/auth/password
curl --request PUT \
--url https://demo.evcc.io/api/auth/password \
--header 'Content-Type: application/json' \
--data '{ "current": "example", "new": "example" }'

Changes the admin password.

Media type application/json
object
current

Admin password

string
new

Admin password

string
Example generated
{
"current": "example",
"new": "example"
}

Success

Invalid password provided