Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.07 KB

UpdateExternalFeed.md

File metadata and controls

27 lines (20 loc) · 1.07 KB

UpdateExternalFeed

Properties

Name Type Description Notes
name String Name of the feed [optional]
url String URL of the feed [optional]
authType AuthTypeEnum 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 List<GetExternalFeedByUUIDHeaders> Custom headers for the feed [optional]
maxRetries Integer Maximum number of retries on the feed url [optional]
cache Boolean Toggle caching of feed url response [optional]

Enum: AuthTypeEnum

Name Value
BASIC "basic"
TOKEN "token"
NOAUTH "noAuth"