类目更新
更新时间:2024-11-04
基本信息
Path: /open/v1/tableqa/category/update
Method: POST
接口描述:
请求参数
Headers
参数名称 | 参数值 | 是否必须 | 示例 | 备注 |
---|---|---|---|---|
Content-Type | application/x-www-form-urlencoded | 是 |
Body
Plain Text
1{
2 "_effect": 1,
3 "agentId": "ced000cf-bbac-4d31-800a-d783f3c5c16d",
4 "id": "ad093266-044a-459c-b31e-12f4d723a423",
5 "categoryName": "测试tqa",
6 "description": "啊哈hahaha",
7 "version": 2,
8 "created": "2023-08-03 15:37:39",
9 "updated": "2023-08-16 15:13:11",
10 "lastEditUsername": "shandan552200",
11 "lastEditUserId": "115753635",
12 "createdUserId": "115753635",
13 "createdUsername": "shandan552200",
14 "userId": null,
15 "userName": null,
16 "hasActiveCopy": false,
17 "interrupted": true
18}
返回数据
Javascript
1{
2 "time": 1692261376651,
3 "data": null,
4 "code": 4002801,
5 "msg": "OK"
6}