Skip to main content
PATCH
Update Folder

Path Parameters

string
required
The unique identifier of the folder to update.

Request Body

string
The updated name of the folder (e.g., “Updated Workflow Folder”).
string
required
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).
string
required
The icon identifier for the folder, specified as one of the following: folder, file, phone, headphone, voice, message.
string
The updated type of flow, either “call” or “message”.

Response Fields

string
The unique identifier of the folder.
string
The identifier of the workspace where the folder belongs.
string
The updated name of the folder.
string
The updated color of the folder, represented as a hex code.
string
The updated icon identifier for the folder.
string
The updated type of flow, either “call” or “message”.
string
The model type for flows, derived from flowType.
array
An array of flow IDs associated with the folder.
string
Timestamp when the folder was created (ISO 8601 format).
string
Timestamp when the folder was last updated (ISO 8601 format).

Example Request