update_prompt_label
Modify an existing prompt label by updating its name, description, or color code to better organize and categorize prompts in the Portkey Admin system.
Instructions
Update an existing prompt label's name, description, or color
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_id | Yes | Label ID to update | |
| name | No | New name for the label | |
| description | No | New description | |
| color_code | No | New hex color code (e.g., '#FF5733') |