Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.08 KB

UpdateExternalFeed.md

File metadata and controls

18 lines (14 loc) · 1.08 KB

UpdateExternalFeed

Properties

Name Type Description Notes
name string Name of the feed [optional]
url string URL of the feed [optional]
authType string Auth type of the feed: * `basic` * `token` * `noAuth` [optional]
username string Username for authType `basic` [optional]
password string Password for authType `basic` [optional]
token string Token for authType `token` [optional]
headers \Brevo\Client\Model\GetExternalFeedByUUIDHeaders[] Custom headers for the feed [optional]
maxRetries int Maximum number of retries on the feed url [optional]
cache bool Toggle caching of feed url response [optional] [default to false]

[Back to Model list] [Back to API list] [Back to README]