Authorization: Bearer ********************curl --location --request POST '/v1/tool-sets//publish' \
--header 'Authorization: Bearer <token>'{
"id": "id_example",
"revision": 1,
"status": "draft",
"definition": {
"description": "示例内容",
"instructions": "示例内容",
"modelPolicy": {
"model": "示例值",
"effort": "low"
},
"skillVersionIds": [
"示例值"
],
"toolSetVersionIds": [
"示例值"
],
"policyVersionIds": [
"示例值"
]
},
"snapshot": {},
"createdAt": "2026-09-27T08:00:00.000Z",
"updatedAt": "2026-09-27T08:00:00.000Z",
"publishedAt": "2026-09-27T08:00:00.000Z"
}