skills/config/write 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"enabled": false,
"name": "example",
"path": "/workspace/project"
}curl --location '/v1/yousure/skills/config/write' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": false,
"name": "example",
"path": "/workspace/project"
}'{
"result": {
"effectiveEnabled": false
}
}