lunatask/notes.go 🔗
@@ -16,7 +16,7 @@ import (
// Note: name and content are E2EE and not returned by the API.
type Note struct {
ID string `json:"id"`
- NotebookID string `json:"notebook_id"`
+ NotebookID *string `json:"notebook_id"`
DateOn *Date `json:"date_on"`
Sources []Source `json:"sources"`
CreatedAt time.Time `json:"created_at"`