diff options
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 667ab1c..dad7669 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -493,6 +493,7 @@ Relationship dicts | |||
493 | # logged-in users Timeline | 493 | # logged-in users Timeline |
494 | 'endorsed': # Boolean denoting wheter the specified user is being endorsed / featured by the | 494 | 'endorsed': # Boolean denoting wheter the specified user is being endorsed / featured by the |
495 | # logged-in user | 495 | # logged-in user |
496 | 'note': # A free text note the logged in user has created for this account (not publicly visible) | ||
496 | } | 497 | } |
497 | 498 | ||
498 | Filter dicts | 499 | Filter dicts |
@@ -1176,6 +1177,7 @@ These functions allow you to interact with other accounts: To (un)follow and | |||
1176 | .. automethod:: Mastodon.account_pin | 1177 | .. automethod:: Mastodon.account_pin |
1177 | .. automethod:: Mastodon.account_unpin | 1178 | .. automethod:: Mastodon.account_unpin |
1178 | .. automethod:: Mastodon.account_update_credentials | 1179 | .. automethod:: Mastodon.account_update_credentials |
1180 | .. automethod:: Mastodon.account_note_set | ||
1179 | 1181 | ||
1180 | Writing data: Featured tags | 1182 | Writing data: Featured tags |
1181 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 1183 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |