Appearance
Pin a note to the top of the sidebar.
function pinNote(id: string): void;
id
const noteId = "123e4567-e89b-12d3-a456-426614174000"; zeta.v1.api.pinNote(noteId);