yapi_add_category
Add a new interface category to a YAPI project by specifying the category name and project ID, with an optional description.
Instructions
在 YAPI 项目中新增接口分类
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| desc | No | 分类描述(可选) | |
| name | Yes | 分类名称 | |
| project_id | Yes | 项目 ID |