API Endpoints Summary
Section titled β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 mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help