cURL
curl --request POST \ --url https://docflow.textin.com/api/app-api/sip/platform/v2/review/rule_repo/update \ --header 'Content-Type: application/json' \ --header 'x-ti-app-id: <api-key>' \ --header 'x-ti-secret-code: <api-key>' \ --data ' { "workspace_id": "1234567890", "repo_id": "31415926", "name": "审核规则库1" } '
{ "code": 200, "msg": "<string>" }
更新审核规则库
Documentation IndexFetch the complete documentation index at: https://docs-docflow.textin.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs-docflow.textin.com/llms.txt
Use this file to discover all available pages before exploring further.
空间ID
"1234567890"
审核规则库ID
"31415926"
库名称
30
"审核规则库1"
成功更新审核规则库
状态码
200
状态描述