update_sync
Modify an existing data synchronization configuration in Polytomic by updating parameters like name, mode, field mappings, schedule, filters, or activation status.
Instructions
Update an existing sync in Polytomic.
Args: id: The sync ID to update name: Optional new name mode: Optional sync mode fields: Optional JSON array of field mappings identity: Optional JSON for identity mapping schedule: Optional JSON for schedule filters: Optional JSON array of filters filter_logic: Optional filter logic string active: Optional boolean to enable/disable sync
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| mode | No | ||
| fields | No | ||
| identity | No | ||
| schedule | No | ||
| filters | No | ||
| filter_logic | No | ||
| active | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |