diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 4e98a3a..03dbb16 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -1214,6 +1214,13 @@ have admin: scopes attached with a lot of care, but be extra careful with those | |||
1214 | .. automethod:: Mastodon.admin_account_unsuspend | 1214 | .. automethod:: Mastodon.admin_account_unsuspend |
1215 | .. automethod:: Mastodon.admin_account_moderate | 1215 | .. automethod:: Mastodon.admin_account_moderate |
1216 | 1216 | ||
1217 | .. automethod:: Mastodon.admin_reports | ||
1218 | .. automethod:: Mastodon.admin_report | ||
1219 | .. automethod:: Mastodon.admin_report_assign | ||
1220 | .. automethod:: Mastodon.admin_report_unassign | ||
1221 | .. automethod:: Mastodon.admin_report_reopen | ||
1222 | .. automethod:: Mastodon.admin_report_resolve | ||
1223 | |||
1217 | Acknowledgements | 1224 | Acknowledgements |
1218 | ---------------- | 1225 | ---------------- |
1219 | Mastodon.py contains work by a large amount of contributors, many of which have | 1226 | Mastodon.py contains work by a large amount of contributors, many of which have |