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