aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-28 00:55:41 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-28 00:55:41 +0200
commitdbceccb210d401887002abf0ea3c746260423f1f (patch)
treeecb48bbd819441c4838312556becf23e4fdea3b2 /docs
parentae9f7640878e3f402b4f8784cecadf5aab0d5d7c (diff)
downloadmastodon.py-dbceccb210d401887002abf0ea3c746260423f1f.tar.gz
Add v2 admin accounts API
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index f44ee55..5103b0b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1504,7 +1504,9 @@ EXTREME CARE.
1504This is not to say that you should not treat access tokens from admin accounts that do not 1504This is not to say that you should not treat access tokens from admin accounts that do not
1505have admin: scopes attached with a lot of care, but be extra careful with those that do. 1505have admin: scopes attached with a lot of care, but be extra careful with those that do.
1506 1506
1507.. automethod:: Mastodon.admin_accounts_v2
1507.. automethod:: Mastodon.admin_accounts 1508.. automethod:: Mastodon.admin_accounts
1509.. automethod:: Mastodon.admin_accounts_v1
1508.. automethod:: Mastodon.admin_account 1510.. automethod:: Mastodon.admin_account
1509.. automethod:: Mastodon.admin_account_enable 1511.. automethod:: Mastodon.admin_account_enable
1510.. automethod:: Mastodon.admin_account_approve 1512.. automethod:: Mastodon.admin_account_approve
Powered by cgit v1.2.3 (git 2.41.0)