aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-05 01:54:12 +0200
committerLorenz Diener <[email protected]>2018-06-05 01:54:12 +0200
commit85ca59993582ea54ac5843671d755e5337a2d599 (patch)
tree9af28f03146e266f2b00f835ef0205a4e78d8393 /docs/index.rst
parent465981ea9a5e56e6a8b2cebcc6102849e5bc5acf (diff)
downloadmastodon.py-85ca59993582ea54ac5843671d755e5337a2d599.tar.gz
Add fields support, tests
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 0dc31f8..dc9423f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -228,6 +228,7 @@ User dicts
228 'moved_to_account': # If set, an account dict of the account this user has 228 'moved_to_account': # If set, an account dict of the account this user has
229 # set up as their moved-to address. 229 # set up as their moved-to address.
230 'bot': # Boolean indicating whether this account is automated. 230 'bot': # Boolean indicating whether this account is automated.
231 'fields': # List of up to four dicts with free-form 'name' and 'value' profile info.
231 } 232 }
232 233
233 mastodon.account_verify_credentials()["source"] 234 mastodon.account_verify_credentials()["source"]
Powered by cgit v1.2.3 (git 2.41.0)