Move Folder
Move a folder under a new parent, or to the root level with
newParentId: null. The target parent must be in the same workspace and you
must have access to it. You cannot move a folder into its own subtree.
Use sharingTypeUpdateStrategy to control how the folder’s sharing
permissions are handled after the move (defaults to KEEP_EXISTING).
Requires edit access to the folder.
인증
API key in format {id}.{secret}.
The notes an endpoint returns depend on the key type. A user key reaches the notes that user can see in the app, including notes in their own private folders. A system key (workspace or organization, no user identity) reaches only notes that sit in a folder shared with all workspace members. Notes in a private folder, in a folder shared with only some members, or in no folder at all fall outside a system key's read scope, and scopes do not widen that boundary.
List and search endpoints drop out-of-scope notes from the response without an
error. Single-note reads and their sub-resources return 404, the same response
as a deleted note. See What notes a system key reads.
경로 매개변수
Folder ID to move
본문
Move a folder under a new parent, or to the root level.
Target parent folder ID. Omit or set to null to move the folder to the
root level. The target parent must be in the same workspace and you must
have access to it.
"98765"
How the moved folder's sharing permissions are handled.
KEEP_EXISTING: The folder retains its current access control after the move.INHERIT_FROM_PARENT: The folder adopts its new parent'ssharingTypeand its member list. You must have access to the new parent. Moving to the root level (newParentId: null) has no parent to inherit from, so the folder keeps its existingsharingType.
KEEP_EXISTING, INHERIT_FROM_PARENT "KEEP_EXISTING"
응답
Folder moved
A folder and its metadata.
Unique identifier for the folder
"12345"
GUID of the workspace the folder belongs to
"ws_a1b2c3d4"
Folder title (max 50 characters)
"Weekly Team Meetings"
Folder description. Empty string when unset.
"Notes from our weekly sync"
Who can access a folder and the notes inside it.
PRIVATE: Personal folder. Not shared with the workspace.ALL_MEMBER_VIEWER: Every workspace member can view; no member-wide edit access is granted.ALL_MEMBER_EDITOR: Every workspace member can view and edit.LIMITED: Only explicitly invited members can access, each with an individual role (VIEWERorEDITOR).
PRIVATE, ALL_MEMBER_VIEWER, ALL_MEMBER_EDITOR, LIMITED "PRIVATE"
Parent folder ID. null for root-level folders. In the List Folders
response, parentId is also null when the parent folder is not
accessible to you.
"12300"
Folder color in hex format (#RRGGBB)
"#4A90D9"
true when the folder is shared with the workspace (any sharingType
except PRIVATE); false for PRIVATE folders. Retained for backward
compatibility — use sharingType for the precise access level.
true
ISO-8601 creation timestamp (UTC)
"2025-01-15T10:30:00Z"
ISO-8601 last-update timestamp (UTC)
"2025-01-18T14:20:00Z"