agileconfig_update_app
Update an existing application's properties: name, group, secret, enabled status, inheritance, and admin. Provide the app ID to make changes.
Instructions
编辑已有应用的信息,可修改名称、分组、密钥、启用状态、继承设置等。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 应用 ID | |
| name | No | 应用名称 | |
| group | No | 应用分组 | |
| secret | No | 应用密钥 | |
| enabled | No | 是否启用 | |
| appAdmin | No | 应用管理员用户名 | |
| inheritanced | No | 是否开启配置继承 | |
| inheritancedApps | No | 继承的应用 ID 列表 |