curl --request POST \
--url https://us.api.bland.ai/v1/pathway/folders/move \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '
{
"pathway_id": "<string>",
"folder_id": "<string>"
}
'{
"pathway_id": "pathway_123",
"old_folder_id": "old_folder_456",
"new_folder_id": "new_folder_789"
}
Moves a pathway to a different folder or to the root level.
curl --request POST \
--url https://us.api.bland.ai/v1/pathway/folders/move \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '
{
"pathway_id": "<string>",
"folder_id": "<string>"
}
'{
"pathway_id": "pathway_123",
"old_folder_id": "old_folder_456",
"new_folder_id": "new_folder_789"
}
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
{
"pathway_id": "pathway_123",
"old_folder_id": "old_folder_456",
"new_folder_id": "new_folder_789"
}
---
Docs for agents: [llms.txt](/llms.txt)
Was this page helpful?