Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.17 KB

CreateExternalFeed.md

File metadata and controls

18 lines (14 loc) · 1.17 KB

CreateExternalFeed

Properties

Name Type Description Notes
Name string Name of the feed [default to null]
Url string URL of the feed [default to null]
AuthType string Auth type of the feed: * `basic` * `token` * `noAuth` [optional] [default to null]
Username string Username for authType `basic` [optional] [default to null]
Password string Password for authType `basic` [optional] [default to null]
Token string Token for authType `token` [optional] [default to null]
Headers []GetExternalFeedByUuidHeaders Custom headers for the feed [optional] [default to null]
MaxRetries int32 Maximum number of retries on the feed url [optional] [default to null]
Cache bool Toggle caching of feed url response [optional] [default to null]

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