mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation updates the description of a specific MySQL database in an external system via an API. It is useful when you want to programmatically modify metadata or descriptive information associated with a MySQL database record managed by the service. For example, you might use this node to update the description field after a database schema change or to add notes about the database's purpose.

Properties

Name Meaning
Mysql Database Id The unique identifier of the MySQL database whose description you want to update.
Description The new description text to set for the specified MySQL database.

Output

The node outputs JSON data representing the response from the API after updating the database description. This typically includes confirmation of the update and may contain the updated database object or status information. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential to authenticate requests to the external service managing the MySQL databases.
  • The node uses a REST API endpoint (base URL: https://api.mittwald.de) to perform the update operation.
  • Proper network access and permissions to call this API are necessary.

Troubleshooting

  • Common issues:
    • Invalid or missing MySQL Database Id will cause the update to fail.
    • Insufficient permissions or invalid API credentials can result in authentication errors.
    • Network connectivity problems may prevent the node from reaching the API endpoint.
  • Error messages:
    • Authentication failures usually indicate incorrect or expired API keys; verify and update credentials.
    • "Not Found" errors suggest the provided MySQL Database Id does not exist; double-check the ID.
    • Validation errors on the description field may occur if the input is empty or contains unsupported characters.

Links and References

Discussion