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

uuidstringRequiredformat: "uuidv4"
UUID of the feed to update

Request

Feed configuration updates
namestringOptional
Name of the feed
urlstringOptionalformat: "url"
URL of the external data source
authTypeenumOptional
Authentication type for accessing the feed
Allowed values:
usernamestringOptional
Username for basic authentication
passwordstringOptional
Password for basic authentication
tokenstringOptional

Token for token-based authentication

headerslist of objectsOptional
Custom HTTP headers for the feed request
maxRetriesintegerOptional0-5
Maximum number of retry attempts for failed requests
cachebooleanOptional
Whether to cache the feed response

Response

External feed updated successfully

Errors