mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation allows you to request an avatar upload for a specific server within a project. It is useful when you want to programmatically trigger or manage avatar uploads associated with servers in your project environment. For example, if you have a system where server avatars need to be updated or refreshed via API calls, this node operation facilitates that process by sending the appropriate request.

Properties

Name Meaning
Server Id ID of the Server to request an avatar upload for. This is a required string input specifying which server's avatar upload should be requested.

Output

The output of this node will contain JSON data representing the response from the avatar upload request API call. The exact structure depends on the API response but typically includes status information about the upload request. There is no indication that binary data is returned by this operation.

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 content-type headers.
  • The node depends on the @devlikeapro/n8n-openapi-node package for building properties and handling requests based on the OpenAPI specification.

Troubleshooting

  • Missing or invalid Server Id: Ensure the "Server Id" property is provided and correctly references an existing server.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network or API errors: Check connectivity to https://api.mittwald.de and ensure the API service is operational.
  • Unexpected API responses: Review the API documentation for any changes or additional required parameters.

Links and References

Discussion