Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.04 KB

UpdateExternalFeed.md

File metadata and controls

18 lines (14 loc) · 1.04 KB

UpdateExternalFeed

Properties

Name Type Description Notes
name str Name of the feed [optional]
url str URL of the feed [optional]
auth_type str Auth type of the feed: * `basic` * `token` * `noAuth` [optional]
username str Username for authType `basic` [optional]
password str Password for authType `basic` [optional]
token str Token for authType `token` [optional]
headers list[GetExternalFeedByUUIDHeaders] Custom headers for the feed [optional]
max_retries 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]