create_group
Create a new API group with a name and path, optionally under a parent group. Returns the new group ID.
Instructions
创建分组。type 默认 api。返回新分组 id。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | 分组名称 | |
| path | Yes | 分组路径段,如 user | |
| type | No | api | |
| parent | No | 父分组 id,默认 0(根) |