API Endpoints Summary
Section titled βAPI Endpoints Summaryβ- GET
/api/v1/notes/notebooksβ List notebooks - POST
/api/v1/notes/notebooksβ Create a notebook - GET
/api/v1/notes/notebooks/{notebookId}β Get notebook details - PATCH
/api/v1/notes/notebooks/{notebookId}β Update notebook settings - DELETE
/api/v1/notes/notebooks/{notebookId}β Delete a notebook
# CLI mapping will be generated from the SDK CLI sources in a later step.# Example (placeholder):# hoody-cli <command> --help