# Notes:nodes

**Page:** api/notes-nodes

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

---

## API Endpoints Summary

- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes` — List nodes
- **POST** `/api/v1/notes/notebooks/{notebookId}/nodes` — Create a node
- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/alias/{alias}` — Resolve page by alias
- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}` — Get a node
- **PATCH** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}` — Update a node
- **DELETE** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}` — Delete a node
- **GET** `/api/v1/notes/notebooks/{notebookId}/nodes/{nodeId}/children` — List child nodes

## CLI

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