small docs change

This commit is contained in:
halcy 2022-11-21 20:21:12 +02:00
parent 943782afc3
commit 6d4ec618f2
2 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Refer to mastodon changelog and API docs for details when implementing, add or m
3.4.2
-----
* [ ] Add configuration attribute to GET /api/v1/instance
* [postpone to later] Add configuration attribute to GET /api/v1/instance
3.5.0
-----
@ -66,3 +66,4 @@ General improvements that would be good to do before doing another release:
* [x] Fix the CI
* [ ] Get test coverage like, real high
* [ ] Add all those streaming events??
* [ ] Document return values

View File

@ -671,6 +671,7 @@ Instance dicts
mastodon.instance()
# Returns the following dictionary
{
'domain': # The instances domain name
'description': # A brief instance description set by the admin
'short_description': # An even briefer instance description
'email': # The admin contact email