Skip to main content
POST
/
api
/
account
/
password
Api Account Password
curl --request POST \
  --url http://localhost:8080/api/account/password \
  --header 'Content-Type: application/json' \
  --data '
{
  "current_password": "<string>",
  "new_password": "<string>"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json
current_password
string
required
new_password
string
required

Response

Successful Response