Skip to main content
PATCH
Edit Memory

Authorizations

Authorization
string
header
required

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

Path Parameters

memory_id
string<uuid>
required

Body

application/json
content
string | null
Maximum string length: 2000
category
string | null
Pattern: ^(preference|person|favourite|fact|reminder)$

Response

Successful Response

id
string<uuid>
required
category
string
required
content
string
required
source
string
required
confidence
number
required
created_at
string<date-time>
required
updated_at
string<date-time>
required