mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API, specifically allowing users to update an extension instance contract within a marketplace resource. It is useful in scenarios where you need to programmatically manage or modify contracts associated with software extensions deployed via the mittwald platform. For example, if you have an extension installed and want to update its licensing or contractual details automatically as part of your workflow, this node facilitates that operation.

Properties

Name Meaning
Extension Instance Id The unique identifier (UUID) of the extension instance whose contract you want to update.

Output

The node outputs JSON data representing the response from the mittwald API after attempting to update the extension instance contract. This typically includes confirmation of the update, updated contract details, or error information if the update failed. The output does not include binary data.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node sends requests to the base URL: https://api.mittwald.de.
  • The node expects the API to accept and return JSON-formatted data.

Troubleshooting

  • Common issues:
    • Invalid or missing Extension Instance Id: Ensure the provided UUID is correct and corresponds to an existing extension instance.
    • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
    • Network or API availability issues: Confirm that the mittwald API endpoint is reachable.
  • Error messages:
    • Unauthorized or 401 errors indicate problems with API credentials.
    • 404 errors may mean the specified extension instance does not exist.
    • 400 errors suggest malformed requests; check property values and formatting.

Links and References

Discussion