update_portal_menu_item
ActiveTool of QuintaDB
declared in 1.0.0
Оновити пункт меню порталу: перейменувати, змінити модуль, іконку, позицію або URL. Вкажи section_id (top-level) або item_id (підпункт підменю) з list_portal_menu_items.
Parameters schema
{
"type": "object",
"required": [
"app_id",
"portal_id"
],
"properties": {
"url": {
"type": "string"
},
"icon": {
"type": "string"
},
"name": {
"type": "string",
"description": "Display name"
},
"app_id": {
"type": "string",
"description": "Project ID (from list_projects)"
},
"item_id": {
"type": "string",
"description": "ID підпункту підменю (kind=submenu_item)"
},
"position": {
"type": "integer"
},
"module_id": {
"type": "string"
},
"portal_id": {
"type": "string",
"description": "Portal ID (from list_portals or describe_project)"
},
"section_id": {
"type": "string",
"description": "ID top-level пункту (kind=section)"
},
"module_type": {
"type": "integer"
},
"module_ai_id": {
"type": "string",
"description": "Новий модуль: form_ID, report_ID тощо"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
QuintaDB
1/7 registries