update_feed
Modify feed details including name, tags, and source URLs to organize and filter job feeds from career pages.
Instructions
Update a feed's name, tag, or source URLs. Use tag to group feeds by site for filtering on the dashboard.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| feedId | Yes | Feed ID to update | |
| name | No | New feed name (optional) | |
| tag | No | Tag for grouping/filtering feeds (optional, set to empty string to clear) | |
| careersUrl | No | New careers page URL (optional) | |
| exampleJobUrl | No | New example job URL (optional, set to empty string to clear) |