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