diff options
-rw-r--r-- | mastodon/Mastodon.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index b1c55b1..83726d4 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -2504,6 +2504,7 @@ class Mastodon: | |||
2504 | params = self.__generate_params(locals()) | 2504 | params = self.__generate_params(locals()) |
2505 | return self.__api_request('GET', '/api/v1/admin/reports', params) | 2505 | return self.__api_request('GET', '/api/v1/admin/reports', params) |
2506 | 2506 | ||
2507 | @api_version("2.9.1", "2.9.1", __DICT_VERSION_REPORT) | ||
2507 | def admin_report(self, id): | 2508 | def admin_report(self, id): |
2508 | """ | 2509 | """ |
2509 | Fetches the report with the given id. | 2510 | Fetches the report with the given id. |