aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2019-06-22 22:01:18 +0200
committerLorenz Diener <[email protected]>2019-06-22 22:01:18 +0200
commit91650e5c7f35e712d8df54413acdaa74e40c97a1 (patch)
treee719a8de2669095f15bc45c4b8e3ff4ec8ad0541 /docs
parent9b8d6f37a26f2c2b67b619e4a579c01f3b093003 (diff)
downloadmastodon.py-91650e5c7f35e712d8df54413acdaa74e40c97a1.tar.gz
Document rest of the moderation API
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst7
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
1217Acknowledgements 1224Acknowledgements
1218---------------- 1225----------------
1219Mastodon.py contains work by a large amount of contributors, many of which have 1226Mastodon.py contains work by a large amount of contributors, many of which have
Powered by cgit v1.2.3 (git 2.41.0)