diff options
author | halcy <halcy@ARARAGI-KUN> | 2022-11-28 00:55:41 +0200 |
---|---|---|
committer | halcy <halcy@ARARAGI-KUN> | 2022-11-28 00:55:41 +0200 |
commit | dbceccb210d401887002abf0ea3c746260423f1f (patch) | |
tree | ecb48bbd819441c4838312556becf23e4fdea3b2 /docs | |
parent | ae9f7640878e3f402b4f8784cecadf5aab0d5d7c (diff) | |
download | mastodon.py-dbceccb210d401887002abf0ea3c746260423f1f.tar.gz |
Add v2 admin accounts API
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
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. | |||
1504 | This is not to say that you should not treat access tokens from admin accounts that do not | 1504 | This is not to say that you should not treat access tokens from admin accounts that do not |
1505 | have admin: scopes attached with a lot of care, but be extra careful with those that do. | 1505 | have 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 |