mittwald icon

mittwald

Interact with mittwald mStudio API

Actions100

Overview

This node updates the description of a specific Project in the mittwald mStudio API. It is useful when you want to programmatically modify or clarify the details of an existing project by changing its descriptive text. For example, you might use this node in workflows that automate project management tasks, such as updating project metadata after certain events or synchronizing descriptions from other systems.

Properties

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

Output

The node outputs JSON data representing the response from the mittwald mStudio API after updating the project description. This typically includes confirmation of the update and may contain the updated project details. The output does not include binary data.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node sends requests to the base URL: https://api.mittwald.de.
  • Proper configuration of the API authentication credential within n8n is necessary.

Troubleshooting

  • Invalid Project Id: If the provided Project Id does not exist or is incorrect, the API will likely return an error indicating the project was not found. Verify the Project Id before running the node.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly configured and has sufficient permissions.
  • Network Issues: Connectivity problems can prevent the node from reaching the API endpoint. Check network settings and proxy configurations if applicable.
  • Empty Description: Providing an empty description string might be rejected by the API or result in undesired behavior. Always provide meaningful description text.

Links and References

Discussion