Subscribe an overlay ontology to a base ontology.
Path Parameters
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/memory/ontology/registry/string/subscribe" \ -H "Content-Type: application/json" \ -d '{ "base_registry_id": "string" }'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Submit Result Feedback
Submit result-selection feedback for a completed search session. The ``search_session_id`` is obtained from the ``X-Search-Session-Id`` response header of ``POST /memory/search``. Errors: - 404: Session not found or expired (> 1 hour since search). - 400: One or more ``result_used`` IDs were not in the original result set. - 409: Feedback already submitted for this session (idempotency guard).
Suggest Related Notes
Suggest related notes for serendipitous discovery. Returns notes that might be relevant but aren't directly linked, enabling discovery of unexpected connections.