From e1a1592575d2aa8d5d719269bca4ca3effc8dc31 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 21 Nov 2017 14:33:04 +0100 Subject: Documented report dicts --- mastodon/Mastodon.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mastodon/Mastodon.py') diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 9456495..49d7e9b 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -470,6 +470,9 @@ class Mastodon: Fetch a list of reports made by the authenticated user. Returns a list of report dicts. + + Warning: According to the official API documentation, this + method is to be treated as not finalized as of Mastodon 2.0.0. """ return self.__api_request('GET', '/api/v1/reports') -- cgit v1.2.3