From 09f535eec5318c60119fd7f55dda4c445475c140 Mon Sep 17 00:00:00 2001 From: Luciano Bosco Date: Thu, 14 Jul 2016 20:12:14 -0300 Subject: [PATCH] Interfaces updated. Property SET added. --- disqusapi/interfaces.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/disqusapi/interfaces.json b/disqusapi/interfaces.json index 746a1d3..53649d6 100644 --- a/disqusapi/interfaces.json +++ b/disqusapi/interfaces.json @@ -581,6 +581,16 @@ "jsonp", "rss" ] + }, + "set": { + "required": [ + "thread" + ], + "method": "GET", + "formats": [ + "json", + "jsonp" + ] } }, "forums": {