Skip to main content
POST
Update Feature

Body

application/json

Specification model for updating a semantic feature.

feature_id
string
required

Unique identifier for the semantic feature.

org_id
string
default:universal
Examples:

"MemVerge"

"AI_Labs"

project_id
string
default:universal
Examples:

"memmachine"

"research123"

"qa_pipeline"

category_name
string | null

Category name to attach the feature to.

tag
string | null

Tag name to associate with the feature.

feature
string | null

Feature name/key.

value
string | null

Feature value.

metadata
Metadata · object | null

Optional metadata to store alongside the feature.

Response

Successful Response