Feed ManagementWrite
Update Feed
update_feedUpdate a feed's name, configuration, or schedule. Pass only the fields to change — this is a partial update.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
workspaceId | string | required | Workspace ID — get from list_workspaces |
feedId | string | required | Feed ID — get from list_feeds |
name | string | optional | New feed name |
sourceConfig | object | optional | Updated source configuration |
destinationConfig | object | optional | Updated destination config |
fieldMappings | array | optional | Updated field mappings |
schedule | object | optional | Updated schedule |
