Skip to main content
POST
Move Pathway

Headers

authorization
string
required
Your API key for authentication.

Body Parameters

pathway_id
string
required
The 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.