mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the Marketplace resource of an external API to disable a specific extension instance. It is useful in scenarios where you need to programmatically deactivate or turn off an extension that has been previously enabled within a marketplace environment. For example, if you manage multiple extensions and want to automate disabling one based on certain conditions or workflows, this node facilitates that action.

Properties

Name Meaning
Extension Instance Id The unique identifier of the extension instance to be disabled. This is a required string input.

Output

The node outputs JSON data representing the response from the API after attempting to disable the specified extension instance. The structure typically includes confirmation of the operation's success or failure and any relevant metadata returned by the API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authentication with the external mittwald mStudio API.
  • The base URL for API requests is https://api.mittwald.de.
  • The node uses standard HTTP headers for JSON content (Accept: application/json and Content-Type: application/json).

Troubleshooting

  • Common issues:
    • Providing an invalid or non-existent Extension Instance Id will likely result in an error response from the API.
    • Missing or incorrect API authentication credentials will prevent successful communication with the API.
  • Error messages:
    • Authentication errors indicating invalid or missing API keys require verifying and updating the stored credentials.
    • Not found or invalid ID errors suggest checking the Extension Instance Id value for correctness.
  • Ensure network connectivity to the API endpoint and that the API service is operational.

Links and References

Discussion