MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / createFolder

Function createFolder

apps/web/src/bridge/http-bridge.ts:548–553  ·  view source on GitHub ↗
(folder: NoteFolder, subpath: string)

Source from the content-addressed store, hash-verified

546// --------------------------------------------------------------------
547
548function createFolder(folder: NoteFolder, subpath: string): Promise<void> {
549 return jsonRequest<void>('/folders/create', {
550 method: 'POST',
551 body: { folder, subpath }
552 })
553}
554
555function renameFolder(
556 folder: NoteFolder,

Callers 1

createDatabaseFunction · 0.70

Calls 1

jsonRequestFunction · 0.85

Tested by

no test coverage detected