Skip to main content
POST
Move a folder

Authorizations

x-api-key
string
header
required

Path Parameters

folder_id
string
required

Body

application/json

A folder-move request — the new parent_id (null = move to root).

parent_id
string | null

Response

Success.

data
FolderRecord · object
required

One folder in the tool-organization tree.

parent_id is None for a root folder and otherwise the id of the containing folder; nesting is endless via the parent chain. Sibling names are unique within a parent (root folders share the None parent), and a move or create that would form a cycle is refused by the store. Ids are UUID strings.