aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index bb6e5b1..95ae0aa 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -884,9 +884,10 @@ Admin account dicts
884 884
885Admin domain block dicts 885Admin domain block dicts
886~~~~~~~~~~~~~~~~~~~~~~~~ 886~~~~~~~~~~~~~~~~~~~~~~~~
887.. _domain dicts 887.. _admin domain block dict:
888 888
889.. code-block::python 889.. code-block::python
890
890 mastodon.domain_blocks(id=1) 891 mastodon.domain_blocks(id=1)
891 #Returns the following dictionary: 892 #Returns the following dictionary:
892 { 893 {
@@ -1466,7 +1467,7 @@ have admin: scopes attached with a lot of care, but be extra careful with those
1466.. automethod:: Mastodon.admin_trending_statuses 1467.. automethod:: Mastodon.admin_trending_statuses
1467.. automethod:: Mastodon.admin_trending_links 1468.. automethod:: Mastodon.admin_trending_links
1468.. automethod:: Mastodon.admin_domain_blocks 1469.. automethod:: Mastodon.admin_domain_blocks
1469.. automethod:: Mastodon.admin_domain_block 1470.. automethod:: Mastodon.admin_create_domain_block
1470.. automethod:: Mastodon.admin_update_domain_block 1471.. automethod:: Mastodon.admin_update_domain_block
1471.. automethod:: Mastodon.admin_delete_domain_block 1472.. automethod:: Mastodon.admin_delete_domain_block
1472 1473
Powered by cgit v1.2.3 (git 2.41.0)