diff options
author | Lorenz Diener <[email protected]> | 2019-06-22 22:01:18 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2019-06-22 22:01:18 +0200 |
commit | 91650e5c7f35e712d8df54413acdaa74e40c97a1 (patch) | |
tree | e719a8de2669095f15bc45c4b8e3ff4ec8ad0541 | |
parent | 9b8d6f37a26f2c2b67b619e4a579c01f3b093003 (diff) | |
download | mastodon.py-91650e5c7f35e712d8df54413acdaa74e40c97a1.tar.gz |
Document rest of the moderation API
-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 |