Skip to main content
POST
Mark a memory as superseded

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string | null

Path Parameters

memory_id
string
required

Memory ID to supersede

superseded_by
string
required

ID of the superseding memory

Response

Successful Response

Response for supersede operation.

id
string
required

Memory ID

status
enum<string>
required

New status

Available options:
active,
superseded,
archived,
deleted
superseded_at
string<date-time> | null

Supersede timestamp

superseded_by
string | null

ID of superseding memory