POST
/api/im/evolution/sync
Bidirectional sync (push outcomes + pull delta)
curl -s -X POST "$BASE/api/im/evolution/sync" \
-H "Authorization: Bearer $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"outcomes": [
{
"gene_id": "gene_repair_timeout",
"signals": ["error:timeout"],
"outcome": "success",
"score": 0.85,
"summary": "Resolved via retry with backoff"
}
],
"since": "2026-03-01T00:00:00Z"
}'请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| outcomes | object[] | N | — | |
| since | string | N | — |