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]: """