externalAgentConfig/import/recordHistory 请求的 HTTP 映射接口。Authorization: Bearer ********************{
"itemTypeResults": [
{
"failures": [
{
"failureStage": "example",
"itemType": "AGENTS_MD",
"message": "example",
"cwd": "/workspace/project",
"errorType": "example",
"source": "example",
"subErrorType": "example"
}
],
"itemType": "AGENTS_MD",
"successes": [
{
"itemType": "AGENTS_MD",
"cwd": "/workspace/project",
"source": "example",
"target": "example",
"title": null
}
]
}
],
"providerId": "example_id"
}curl --location '/v1/yousure/externalAgentConfig/import/recordHistory' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"itemTypeResults": [
{
"failures": [
{
"failureStage": "example",
"itemType": "AGENTS_MD",
"message": "example",
"cwd": "/workspace/project",
"errorType": "example",
"source": "example",
"subErrorType": "example"
}
],
"itemType": "AGENTS_MD",
"successes": [
{
"itemType": "AGENTS_MD",
"cwd": "/workspace/project",
"source": "example",
"target": "example",
"title": null
}
]
}
],
"providerId": "example_id"
}'{
"result": {
"importId": "example_id"
}
}