I'm trying to use the API to update an rss filter. Unfortunately I'm not having much success.
Using:
Code: Select all
http://localhost:8085/sabnzbd/api?mode=get_config§ion=rss&apikey=<key>Code: Select all
'filter1': ['tv', '', 'None', 'A', '<filter>', 'None']Code: Select all
http://localhost:8085/sabnzbd/api?apikey=<key>&mode=set_config§ion=rss&keyword=NewFeed&filter1=tv,,None,A,<new filter>,None
I would be grateful for an example of how to update an rss filter via the API.
Thanks in advance.
Alan

