From e43ef602d3b0bb57b706e33286cc9039e2f5760d Mon Sep 17 00:00:00 2001 From: Arthi-chaud Date: Sun, 6 Mar 2022 15:25:23 +0100 Subject: [PATCH] API: service: Reddit: sub_name => sib_id --- api/services/reddit.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/api/services/reddit.json b/api/services/reddit.json index b76be94..79eb989 100644 --- a/api/services/reddit.json +++ b/api/services/reddit.json @@ -14,7 +14,7 @@ }, "params": [ { - "name": "sub_name", + "name": "sub_id", "type": "string", "description": { "en": "The name of the subreddit", @@ -53,11 +53,11 @@ }, "params": [ { - "name": "sub_name", + "name": "sub_id", "type": "string", "description": { - "en": "The name of the subreddit", - "fr": "Le nom du subreddit" + "en": "The ID of the subreddit", + "fr": "Le ID du subreddit" } } ], @@ -92,11 +92,11 @@ }, "params": [ { - "name": "sub_name", + "name": "sub_id", "type": "string", "description": { - "en": "The name of the subreddit", - "fr": "Le nom du subreddit" + "en": "The ID of the subreddit", + "fr": "Le ID du subreddit" } }, {