update_connector
Update an existing Arc connector's configuration by validating property names against available properties for that connector type. Only valid properties are updated; invalid ones are reported.
Instructions
Update an existing Arc connector's configuration. Automatically fetches the connector details to validate property names against available properties for that connector type. Only valid properties will be updated; invalid ones will be reported.
For the 'receiveinterval' property, use a plain number (in minutes) for simple schedules (e.g., '15' for every 15 minutes, '60' for every hour). Use a 5-part cron expression only for complex schedules (e.g., '0 2 * * *' for daily at 2 AM).
Common REST/SFTP examples: 'url', 'host', 'port', 'username', 'password', 'automationsend', 'automationreceive', 'receiveinterval'. Common AS2 examples: 'as2identifier', 'url', 'certificate', 'signingcertificate', 'useencryption', 'usesigning'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| properties | Yes | Properties to update. Use lowercase property names exactly as shown in get_connector response (e.g., 'as2identifier', 'url', 'certificate', 'automationsend', etc.). Pass as a flat object of key-value pairs. | |
| connectorId | Yes | The unique identifier of the connector to update (required) |