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 0ef62bf..8aa741a 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -592,7 +592,7 @@ class Mastodon: | |||
592 | """ | 592 | """ |
593 | Clear out a users notifications | 593 | Clear out a users notifications |
594 | """ | 594 | """ |
595 | return self.__api_request('GET', '/api/v1/notifications/clear') | 595 | return self.__api_request('POST', '/api/v1/notifications/clear') |
596 | 596 | ||
597 | ### | 597 | ### |
598 | # Writing data: Accounts | 598 | # Writing data: Accounts |