mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API, specifically providing functionality to remove a logo from an extension in the Marketplace resource. It is useful for managing extensions by programmatically removing their associated logos, which can be part of maintaining or updating extension metadata.

A practical example would be automating the cleanup of outdated or incorrect logos from extensions contributed by specific contributors, ensuring that the Marketplace displays only current and accurate branding.

Properties

Name Meaning
Contributor Id The unique identifier of the contributor who owns the extension.
Extension Id The unique identifier of the extension from which the logo should be removed.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after attempting to remove the logo. This typically includes confirmation of success or details about any errors encountered. There is no indication that binary data is output by this node.

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.
  • The node depends on the @devlikeapro/n8n-openapi-node package for building request properties based on the OpenAPI specification.

Troubleshooting

  • Common issues:

    • Invalid or missing contributor or extension IDs will likely cause the API to return errors.
    • Authentication failures if the API key credential is not configured correctly.
    • Network connectivity issues preventing access to the mittwald API endpoint.
  • Error messages:

    • Authorization errors indicating invalid or missing API credentials. Solution: Verify and configure the API authentication token properly.
    • Not found errors if the contributor or extension ID does not exist. Solution: Double-check the provided IDs.
    • Unexpected server errors may require retrying later or contacting mittwald support.

Links and References

Discussion