aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py3
1 files changed, 3 insertions, 0 deletions
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:
470 Fetch a list of reports made by the authenticated user. 470 Fetch a list of reports made by the authenticated user.
471 471
472 Returns a list of report dicts. 472 Returns a list of report dicts.
473
474 Warning: According to the official API documentation, this
475 method is to be treated as not finalized as of Mastodon 2.0.0.
473 """ 476 """
474 return self.__api_request('GET', '/api/v1/reports') 477 return self.__api_request('GET', '/api/v1/reports')
475 478
Powered by cgit v1.2.3 (git 2.41.0)