update_custom_menu
Update an existing custom menu: modify content, icon, position, or regenerate via templates. Read current menu first with get_custom_menu.
Instructions
Update an existing custom menu. Read with get_custom_menu first. Can use templates to regenerate content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| custom_menu_id | Yes | Custom Menu ID | |
| name | No | Menu name | |
| content | No | HTML content (when not using template) | |
| icon | No | Font Awesome icon class | |
| target | No | Target location | |
| position | No | Position | |
| menu_order | No | Sort order | |
| parent_menu_id | No | Parent menu ID | |
| second_menu_id | No | 2nd level ID | |
| template | No | Template type | |
| variable_name | No | Variable name | |
| project_id | No | Project ID | |
| title | No | Title | |
| unit | No | Unit | |
| min | No | Gauge min | |
| max | No | Gauge max | |
| refresh_interval | No | Refresh interval ms | |
| time_range | No | Time window | |
| space_name | No | Space name | |
| variables | No | multi_chart template için değişken listesi |