AvantGuard - ConnectSecure icon

AvantGuard - ConnectSecure

AvantGuard - ConnectSecure

Actions223

Overview

This node allows users to update an existing integration rule by sending a PATCH request. It is useful in scenarios where you need to modify specific fields of an integration rule without replacing the entire resource. For example, you might want to change whether an integration rule is set as default or update its associated data.

Properties

Name Meaning
X USER ID The user identifier required for authentication or tracking purposes.
Additional Body Fields Optional fields to include in the request body when updating the integration rule. These include:
- Data: JSON object representing additional data to update (e.g., {"is_default": false}).
- Id: Numeric identifier of the integration rule to update.

Output

The node outputs the JSON response from the API after patching the integration rule. This typically contains the updated integration rule details reflecting the changes made. There is no binary output.

Dependencies

  • Requires an API key credential for authenticating requests.
  • Needs the base URL of the API service configured in credentials.
  • Depends on the external AvantGuard ConnectSecure API endpoint for integration management.

Troubleshooting

  • Missing or invalid X USER ID: Ensure that the "X USER ID" property is provided and correctly set; otherwise, the API may reject the request.
  • Invalid JSON in Data field: The "Data" field must be valid JSON. Invalid JSON will cause parsing errors.
  • Incorrect Id value: The "Id" must correspond to an existing integration rule; otherwise, the API may return a not found or error response.
  • API connectivity issues: Verify network access and correct base URL configuration.
  • Authentication failures: Confirm that the API key credential is valid and has necessary permissions.

Links and References

Discussion