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