Pathway Folders
Update Folder
Updates the name of a specific folder for the authenticated user.
PATCH
/
v1
/
pathway
/
folders
/
{folder_id}
Headers
authorization
string
requiredYour API key for authentication.
Path Parameters
folder_id
string
requiredThe ID of the folder to update.
Body Parameters
name
string
requiredThe new name for the folder.
Response
folder_id
string
The unique identifier of the updated folder.
name
string
The updated name of the folder.
parent_folder_id
string
The ID of the parent folder, if applicable.