mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation updates the App Id of an existing Cronjob in the mittwald mStudio API. It is useful when you need to change the application associated with a scheduled Cronjob without recreating it. For example, if you have a Cronjob that triggers tasks for one app and want to switch it to another app, this operation allows you to update the linkage efficiently.

Properties

Name Meaning
Cronjob Id ID of the Cronjob to update.
App Id The new App Id to assign to the Cronjob.

Output

The output JSON will contain the response from the mittwald mStudio API after updating the Cronjob's App Id. This typically includes confirmation details about the updated Cronjob resource. The node does not explicitly handle binary data output.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de for all requests.
  • The request headers specify JSON content type and accept JSON responses.

Troubleshooting

  • Invalid Cronjob Id: If the provided Cronjob Id does not exist or is incorrect, the API will likely return an error indicating the resource was not found. Verify the Cronjob Id before running the node.
  • Authentication errors: Ensure the API key credential is valid and has sufficient permissions to update Cronjobs.
  • Missing required properties: Both Cronjob Id and App Id are mandatory. Omitting either will cause the node to fail.
  • API rate limits or downtime: Temporary issues with the mittwald API may cause failures; retry after some time.

Links and References

Discussion