Skip to main content
PATCH

Authorizations

Authorization
string
header
required

A Modus personal access token (modus_<orgUuid>_<prefix>_<secret>) or an OAuth 2.1 access token, sent as Authorization: Bearer <token>.

Path Parameters

id
number
required

Numeric scope id.

Example:

42

memoryId
string
required

Opaque memory id as returned by the list / search endpoints.

Example:

"mem_01HRQX...ABC"

Query Parameters

updateMask
string

Comma-separated list of fields to update. Omit to update all provided fields.

Example:

"memory,metadata"

Body

application/json
memory
string

Replacement memory text. Optional — supply when revising the text.

Example:

"User prefers concise bullet-point summaries."

metadata
object

Replacement metadata bag. Optional.

Example:

Response