Update the ontology update configuration for this workspace.
TODO: Add tier enforcement — free-tier workspaces should not be able to set enabled=True. Deferred until subscription system integration (I2 tech debt).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/memory/ontology/updates/config" \ -H "Content-Type: application/json" \ -d '{}'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}