Mark one requirement on a pending decision resolved by a memory item.
Path Parameters
decision_id*Decision Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Mark one pending requirement resolved by a memory item.
Response Body
application/json
application/json
curl -X POST "https://example.com/memory/decisions/pending/string/resolve" \ -H "Content-Type: application/json" \ -d '{ "requirement_id": "string", "memory_id": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Resolve Ontology Hitl
Resolve one HITL queue item (open → resolved). 404 if the id is not in the caller's workspace (covers missing *and* cross-tenant). 422 for an invalid action (Pydantic catches it first).
Resolve Wikilink
Resolve a wikilink to a note. Finds the note referenced by a wikilink (e.g., [[My Note]]).