Update Folder
Update the details of a specific folder identified by its folderId.
Path Parameters
The unique identifier of the folder to update.
Request Body
The updated name of the folder (e.g., “Updated Workflow Folder”).
The color of the folder, specified as one of the following color names with their corresponding hex codes: blue (#3B82F6), green (#10B981), teal (#14B8A6), purple (#8B5CF6), orange (#F97316), red (#EF4444).
The icon identifier for the folder, specified as one of the following: folder, file, phone, headphone, voice, message.
The updated type of flow, either “call” or “message”.
Response Fields
The unique identifier of the folder.
The identifier of the workspace where the folder belongs.
The updated name of the folder.
The updated color of the folder, represented as a hex code.
The updated icon identifier for the folder.
The updated type of flow, either “call” or “message”.
The model type for flows, derived from flowType
.
An array of flow IDs associated with the folder.
Timestamp when the folder was created (ISO 8601 format).
Timestamp when the folder was last updated (ISO 8601 format).