Skip to main content

Update a MySQL user's password

PATCH /v2/mysql-users/{mysqlUserId}/password/
v2
PATCH
database-update-mysql-user-password

Request

  • mysqlUserIdstring (uuid)
    required

    ID of the MySQLUser for which to update the password for.

Responses

No response content specified.

Usage examples

$ curl \
--fail \
--location \
-X PATCH \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
https://api.mittwald.de/v2/mysql-users/f0f86186-0a5a-45b2-aa33-502777496347/password