Strengthen Instead
Resolve a duplicate suggestion: move its evidence onto the existing active skill as a pending enrichment, then dismiss the suggestion.
The product's one-tap answer to "this is a skill I already have": the evidence
is preserved — it strengthens the real skill via the same pending-enrichment
path as SuggestSkillEnrichment — instead of being lost to a blunt dismiss. The
candidate is a suggestion (_DISMISSABLE); the target must be an active skill.
By-id-direct; cross-space.
Path Parameters
skill_id*Skill Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/skills/string/strengthen-instead" \ -H "Content-Type: application/json" \ -d '{ "target_skill_id": "string" }'{}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}