Calls
Intelligence
Conversational Pathways
Vector Knowledge Bases
Blocked Numbers
Voices
Custom Tools
Web Agents
Custom Twilio Accounts
Account
Organizations
- POSTCreate Organization
- DELDelete Organization
- GETGet Organization
- GETGet Organization Members
- GETGet Organization's Current Service Version
- GETList Organization's Service Versions
- PATCHUpdate Organization's Service Version
- PATCHUpdate Organization Members
- PATCHUpdate Organization Member Permissions
- PATCHUpdate Organization Properties
- GETGet User Organization Memberships
- DELLeave Organization
- GETGet Organization Billing Information
- GETGet Organization Billing Refill Information
SMS
Pathway Folders
Update Folder
Updates the name of a specific folder for the authenticated user.
PATCH
/
v1
/
pathway
/
folders
/
{folder_id}
Copy
Ask AI
curl --request PATCH \
--url https://us.api.bland.ai/v1/pathway/folders/{folder_id} \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"name": "<string>"
}'
Copy
Ask AI
{
"folder_id": "updated_folder_123",
"name": "Updated Folder Name",
"parent_folder_id": null
}
Headers
Your API key for authentication.
Path Parameters
The ID of the folder to update.
Body Parameters
The new name for the folder.
Response
The unique identifier of the updated folder.
The updated name of the folder.
The ID of the parent folder, if applicable.
Copy
Ask AI
{
"folder_id": "updated_folder_123",
"name": "Updated Folder Name",
"parent_folder_id": null
}
Copy
Ask AI
curl --request PATCH \
--url https://us.api.bland.ai/v1/pathway/folders/{folder_id} \
--header 'Content-Type: application/json' \
--header 'authorization: <authorization>' \
--data '{
"name": "<string>"
}'
Copy
Ask AI
{
"folder_id": "updated_folder_123",
"name": "Updated Folder Name",
"parent_folder_id": null
}
Assistant
Responses are generated using AI and may contain mistakes.