# Notes:comments

**Page:** api/notes-comments

[Download Raw Markdown](./api/notes-comments.md)

---

## API Endpoints Summary

- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/comments` — List comments
- **POST** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/comments` — Create a comment
- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/comment-anchors` — List comment anchors
- **PATCH** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/comments/{commentId}` — Edit a comment
- **DELETE** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/comments/{commentId}` — Delete a comment
- **POST** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/comments/{commentId}/resolve` — Resolve a comment
- **POST** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/comments/{commentId}/reanchor` — Re-anchor a comment thread

## CLI

```bash
# CLI mapping will be generated from the SDK CLI sources in a later step.
# Example (placeholder):
# hoody-cli <command> --help
```