SmartMemory
POST
/memory/ontology/registry/{registry_id}/subscribe

Subscribe an overlay ontology to a base ontology.

Path Parameters

registry_id*Registry 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/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": {}
    }
  ]
}