Update external feed
Updates configuration of an existing external feed.
**Use this to:**
- Update feed URLs when data sources change
- Modify authentication credentials
- Change cache and retry settings
- Update custom headers
- Rename feeds for better organization
**Key information returned:**
- Success confirmation message
**Important considerations:**
- Only provided fields will be updated
- Feed UUID must exist in your account
- Authentication changes require verification
- URL changes should be tested before campaign use
- Monitor campaigns using this feed after updates
Authentication
api-keystring
The API key should be passed in the request headers as api-key for authentication.
Path parameters
uuid
UUID of the feed to update
Request
Feed configuration updates
name
Name of the feed
url
URL of the external data source
authType
Authentication type for accessing the feed
Allowed values:
username
Username for basic authentication
password
Password for basic authentication
token
Token for token-based authentication
headers
Custom HTTP headers for the feed request
maxRetries
Maximum number of retry attempts for failed requests
cache
Whether to cache the feed response
Response
External feed updated successfully