# Notes:reactions

**Page:** api/notes-reactions

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

---

## API Endpoints Summary

- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/reactions` — List reactions
- **POST** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/reactions` — Add a reaction
- **DELETE** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/reactions/{reaction}` — Remove a reaction

## CLI

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