`UpdateNoteOptions` should support all fields accepted by `PATCH /notes/{noteId}`: - Add `description?: string`. - Allow `parentFolderId?: string | null` so a note can be moved back to the root folder. The API already accepts both fields.
UpdateNoteOptionsshould support all fields accepted byPATCH /notes/{noteId}:description?: string.parentFolderId?: string | nullso a note can be moved back to the root folder.The API already accepts both fields.