Notify
- Base URL:
https://stardust.ticos.cn POST /agent/notifyPOST /knowledge/notify
1. 通知 Agent 变更
Section titled “1. 通知 Agent 变更”- Endpoint:
POST /agent/notify - Content-Type:
application/json - 请求体:
agent_id(必填):Agent ID
curl --location 'https://stardust.ticos.cn/agent/notify' \--header 'Content-Type: application/json' \--data '{"agent_id": "26"}'{ "code": 0, "message": "notify success"}2. 通知知识库变更
Section titled “2. 通知知识库变更”- Endpoint:
POST /knowledge/notify - Content-Type:
application/json - 请求体:空对象或按服务端要求传参
curl --location 'https://stardust.ticos.cn/knowledge/notify' \--header 'Content-Type: application/json' \--data '{}'{ "code": 0, "message": "notify success"}