v2.1.204
Added
- Deprecated
PATCH /v2/mysql-users/{mysqlUserId}now has a legacy endpoint for user password updates, allowing the use of deprecated methods for user password updates, MySQL database updates, Redis database updates, and more.
Deprecated Methods
deprecatedDatabaseReplaceMysqlUser: Updates a MySQLUser (Deprecated)deprecatedDatabaseUpdateMysqlDatabaseDefaultCharset: Updates a MySQLDatabase's default charset settings (Deprecated)deprecatedDatabaseUpdateMysqlDatabaseDescription: Updates a MySQLDatabase's description (Deprecated)deprecatedDatabaseUpdateMysqlUserPassword: Updates a MySQLUser's password (Deprecated)deprecatedDatabaseUpdateRedisDatabaseConfiguration: Updates a RedisDatabase's configuration (Deprecated)deprecatedDatabaseUpdateRedisDatabaseDescription: Updates a RedisDatabase's description (Deprecated)
New Response Classes for Deprecated Endpoints
- Classes for handling responses for the deprecated methods, including:
DeprecatedDatabaseReplaceMysqlUserBadRequestResponseDeprecatedDatabaseReplaceMysqlUserDefaultResponseDeprecatedDatabaseReplaceMysqlUserNotFoundResponseDeprecatedDatabaseReplaceMysqlUserTooManyRequestsResponseDeprecatedDatabaseUpdateMysqlDatabaseDefaultCharsetBadRequestResponseDeprecatedDatabaseUpdateMysqlDatabaseDefaultCharsetDefaultResponseDeprecatedDatabaseUpdateMysqlDatabaseDefaultCharsetNotFoundResponseDeprecatedDatabaseUpdateMysqlDatabaseDefaultCharsetTooManyRequestsResponseDeprecatedDatabaseUpdateMysqlDatabaseDescriptionBadRequestResponseDeprecatedDatabaseUpdateMysqlDatabaseDescriptionDefaultResponseDeprecatedDatabaseUpdateMysqlDatabaseDescriptionNotFoundResponseDeprecatedDatabaseUpdateMysqlDatabaseDescriptionTooManyRequestsResponseDeprecatedDatabaseUpdateMysqlUserPasswordBadRequestResponseDeprecatedDatabaseUpdateMysqlUserPasswordDefaultResponseDeprecatedDatabaseUpdateMysqlUserPasswordNotFoundResponseDeprecatedDatabaseUpdateRedisDatabaseConfigurationBadRequestResponseDeprecatedDatabaseUpdateRedisDatabaseConfigurationDefaultResponseDeprecatedDatabaseUpdateRedisDatabaseConfigurationNotFoundResponseDeprecatedDatabaseUpdateRedisDatabaseConfigurationTooManyRequestsResponseDeprecatedDatabaseUpdateRedisDatabaseDescriptionBadRequestResponseDeprecatedDatabaseUpdateRedisDatabaseDescriptionDefaultResponseDeprecatedDatabaseUpdateRedisDatabaseDescriptionNotFoundResponseDeprecatedDatabaseUpdateRedisDatabaseDescriptionTooManyRequestsResponse
New request and response formats allow greater flexibility while maintaining backwards compatibility with legacy functionality.