mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation updates the contact information for a specific domain within the mittwald mStudio API. It is useful when you need to modify the details of the domain's registered contact, such as the owner or administrative contact. For example, if the domain owner's email or address changes, this operation allows you to update that information programmatically.

Properties

Name Meaning
Domain Id The unique identifier of the domain whose contact information you want to update.
Contact Specifies which contact to update; currently only "Owner" is supported.
Contact A JSON object containing the new contact details to be applied to the specified contact.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after updating the domain contact. This typically includes confirmation of the updated contact details or status messages indicating success or failure. 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 base URL for API requests is https://api.mittwald.de.
  • The node expects JSON content type and accepts JSON responses.

Troubleshooting

  • Invalid Domain Id: If the provided domain ID does not exist or is incorrect, the API will likely return an error. Verify the domain ID before running the node.
  • Malformed Contact JSON: The contact property must be valid JSON. Improperly formatted JSON will cause parsing errors. Use proper JSON syntax.
  • Insufficient Permissions: Ensure the API key used has permissions to update domain contacts.
  • API Connectivity Issues: Network problems or incorrect base URL configuration can cause request failures.

Links and References

Discussion