From 77c658b6ce00360bdc7c1fca5abddd61f9e33bf4 Mon Sep 17 00:00:00 2001 From: Chad Birch Date: Wed, 21 Aug 2013 13:36:33 -0600 Subject: [PATCH] API: Change "type" to "subreddit_type" --- r2/r2/lib/jsontemplates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r2/r2/lib/jsontemplates.py b/r2/r2/lib/jsontemplates.py index 98cc86130..5959c709e 100755 --- a/r2/r2/lib/jsontemplates.py +++ b/r2/r2/lib/jsontemplates.py @@ -237,9 +237,9 @@ class SubredditJsonTemplate(ThingJsonTemplate): submission_type="link_type", submit_link_label="submit_link_label", submit_text_label="submit_text_label", + subreddit_type="type", subscribers="_ups", title="title", - type="type", url="path", user_is_banned="is_banned", user_is_contributor="is_contributor",