Pathway Folders
Move Pathway
Moves a pathway to a different folder or to the root level.
POST
/
v1
/
pathway
/
folders
/
move
Headers
authorization
string
requiredYour API key for authentication.
Body Parameters
pathway_id
string
requiredThe ID of the pathway to move.
folder_id
string
The ID of the destination folder. If null, the pathway will be moved to the root level.
Response
pathway_id
string
The ID of the moved pathway.
old_folder_id
string
The ID of the original folder.
new_folder_id
string
The ID of the new folder, or null if moved to root level.