From 7b8c3a47d235e1b1ecf15825bb117515bddb9dc3 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Thu, 3 Jun 2021 15:37:47 +0100 Subject: [PATCH] fix rss example --- rss/examples.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss/examples.json b/rss/examples.json index 3d654e8..a06014a 100644 --- a/rss/examples.json +++ b/rss/examples.json @@ -5,7 +5,7 @@ "description": "Add a new rss feed to the crawler", "request": { "name": "bbc", - "feed": "http://feeds.bbci.co.uk/news/rss.xml", + "url": "http://feeds.bbci.co.uk/news/rss.xml", "category": "news" }, "response": {}