From 88e49d36b1d32e905f311260ac500c823dfffdc8 Mon Sep 17 00:00:00 2001 From: SecondThundeR Date: Sat, 3 Sep 2022 22:14:43 +0300 Subject: [PATCH] Fix convert_comment_review endpoint text --- shikithon/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shikithon/api.py b/shikithon/api.py index 6852b58d..7e327d11 100644 --- a/shikithon/api.py +++ b/shikithon/api.py @@ -3619,7 +3619,7 @@ def mark_comment_offtopic(self, comment_id: int) -> Optional[AbuseResponse]: request_type=RequestType.POST) return Utils.validate_return_data(response, data_model=AbuseResponse) - @method_endpoint('/api/v2/abuse_requests/abuse') + @method_endpoint('/api/v2/abuse_requests/review') def convert_comment_review(self, comment_id: int) -> Optional[AbuseResponse]: """