类目添加
基本信息
Path: /open/v1/tableqa/category/create
Method: POST
接口描述:
请求参数
Headers
参数名称 |
参数值 |
是否必须 |
示例 |
备注 |
Content-Type |
application/x-www-form-urlencoded |
是 |
|
|
Body
{
"interrupted": true,
"categoryName": "test"
}
返回数据
{
"time": 1692261273765,
"data": null,
"code": 4002801,
"msg": "OK"
}