Update configuration for an adapter.
Path Parameters
adapter_id*Adapter Id
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/adapters/string/config" \ -H "Content-Type: application/json" \ -d '{}'null{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}Unsubscribe From Base
Detach from base — flatten visible base types into overlay.
Update Config
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).