v1
Schema Management

Activate User Schema V1

Activate or deactivate a schema.

Active schemas are used for memory extraction and graph generation.
Multiple schemas can be active simultaneously and will be merged during
the extraction process.
post/v1/schemas/{schema_id}/activate

Path parameters

schema_idstring required

Request body

boolean required

True to activate, False to deactivate

Response

Schema activated successfully

{"stackTrail":"paths:/v1/schemas/{schema_id}/activate:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes