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