mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the "Project Update Llm Licence Experimental" operation of a Project resource in the mittwald mStudio API. It allows updating a project's license information, including options to create a web UI container and rename the project. This is useful for managing licensing details programmatically within workflows, such as automating license updates or provisioning related resources.

Practical examples:

  • Automatically update a project's license ID when a new license is purchased.
  • Rename a project and optionally trigger creation of a web UI container as part of deployment automation.

Properties

Name Meaning
Project Id The unique identifier of the project to update.
Licence Id The new license identifier to assign to the project.
Create Webui Container Boolean flag indicating whether to create a web UI container for the project (true/false).
Name Optional new name for the project.

Output

The node outputs JSON data representing the updated project details returned from the API after applying the license update and other changes. The exact structure depends on the API response but typically includes fields like project ID, license info, name, and status.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON request and response bodies.
  • No additional environment variables are specified.

Troubleshooting

  • Common issues:

    • Invalid or missing Project Id or Licence Id will cause the API call to fail.
    • Network connectivity problems or incorrect API credentials will result in authentication errors.
    • Setting Create Webui Container incorrectly may lead to unexpected behavior if the backend does not support it.
  • Error messages:

    • Authentication errors usually indicate invalid or missing API credentials; verify and re-enter them.
    • Validation errors from the API often mean required fields are missing or malformed; ensure all required properties are correctly set.
    • HTTP errors like 404 or 400 suggest the project or license IDs do not exist or are invalid.

Links and References

Discussion