Skip to main content
POST
Update File Category Fields

Authorizations

x-ti-app-id
string
header
required
x-ti-secret-code
string
header
required

Body

application/json
workspace_id
string
required

Workspace ID

Example:

"1234567890"

category_id
string
required

File category ID

Example:

"1234567890"

fields
object[]
required

List of fields to update

Minimum array length: 1
with_detail
boolean

Whether to return full details for each updated field

Response

200 - application/json

Successfully updated fields

code
integer
required

Status code

Example:

200

msg
string
required

Status description

result
object[]

Updated field list when with_detail=true, otherwise null