curl --request POST \
--url https://docflow.textin.com/api/app-api/sip/platform/v2/category/tables/batch_update \
--header 'Content-Type: application/json' \
--header 'x-ti-app-id: <api-key>' \
--header 'x-ti-secret-code: <api-key>' \
--data '
{
"workspace_id": "1234567890",
"category_id": "1234567890",
"tables": [
{
"table_id": "1234567890",
"name": "<string>",
"prompt": "<string>",
"collect_from_multi_table": true
}
]
}
'