Change the password for a MySQL database user. The new password takes effect immediately and affects all applications using the user.
accountId integer · min: 1 required accountId parameter
Accept Example Content-Type Example username string required newPassword string required No response body
https://cloud.hostup.se/api/hosting/{accountId}/database-users/password curl -X PUT "https://cloud.hostup.se/api/hosting/0/database-users/password" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"username": "string",
"newPassword": "string"
}' {} {
"username": "string",
"newPassword": "string"
}