Folders
Move Folder
Move a folder to a new parent or to the root level
PATCH
Reparents a folder. This endpoint only moves folders; it does not rename them.
Path Parameters
Folder UUID.
Body Parameters
Destination parent folder ID. Send
null to move the folder to the root level.Error Responses
400 invalid_json- malformed JSON body422 invalid_path-folderIdis not a valid UUID422 invalid_payload- missing or invalidparent_folder_id404 not_found- folder or parent folder not visible in key scope409 folder_move_conflict- invalid move (self, descendant, or destination name conflict)401- authentication failed (missing/invalid/revoked token)402 subscription_required- active Creator/Professional/Business plan required403 tier_not_allowed- Scheduler tier cannot use Partner API500 folder_update_failed- unexpected failure
