Config - Source - Add (DEPRECATED)
/config/source/add/{sourceurl}/{sourcetitle}/{sourcedesc}/{extracttype}/{sourcetags}/{mediatype}/{communityId}
Adds a new source to the system. This has been replaced by Config - Source - Save
Authentication
Required, see Auth - Login
Arguments
communityId (required)
Community ID to which you want to associate this source, can also be a regex (community ID - regex) provided that matches only a single community.
sourceurl (required)
Address of the source
sourcetitle (required)
Name of the source
sourcedesc (required)
A description of the source documents
extracttype (required)
Type of source, currently one of "Feed", "File", "Database": at present only "Feed" can be added this way, use Config - Source - Save for others.
sourcetags (required)
comma deliminated list of words describing the source
mediatype (required)
Type of source e.g. News, social, video, etc
Example
{
response: {
action: "Source"
success: true
message: "New source added successfully."
time: 10
}
}
, multiple selections available,