Skip to main content
POST
更新文件类别表格

授权

x-ti-app-id
string
header
必填
x-ti-secret-code
string
header
必填

请求体

application/json
workspace_id
string
必填

空间ID

示例:

"1234567890"

category_id
string
必填

文件类别ID

示例:

"1234567890"

tables
object[]
必填

批量更新的表格列表

Minimum array length: 1
with_detail
boolean

是否返回完整详情。传 true 时响应返回更新后的每个表格完整信息。 不传或为 false 时 result 为 null。

响应

200 - application/json

批量更新表格成功

code
integer
必填

状态码

示例:

200

msg
string
必填

状态描述

result
object[]

更新后的表格列表(with_detail=true 时返回),否则为 null