diff options
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 5a32be0..4357975 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -346,7 +346,7 @@ class Mastodon: | |||
346 | ### | 346 | ### |
347 | # Reading data: Instances | 347 | # Reading data: Instances |
348 | ### | 348 | ### |
349 | @api_version("1.1.0", "1.4.2") | 349 | @api_version("1.1.0", "2.3.0") |
350 | def instance(self): | 350 | def instance(self): |
351 | """ | 351 | """ |
352 | Retrieve basic information about the instance, including the URI and administrative contact email. | 352 | Retrieve basic information about the instance, including the URI and administrative contact email. |