(self, project_id: str = "", topic_id: str = "", comment_id: str = "")
| 363 | ) |
| 364 | |
| 365 | def delete_comment(self, project_id: str = "", topic_id: str = "", comment_id: str = "") -> tuple[int, str]: |
| 366 | return self.delete(f"/projects/{project_id}/topics/{topic_id}/comments/{comment_id}") |
| 367 | |
| 368 | def update_comment( |
| 369 | self, |