Skip to main content
PATCH
Update Memory

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <firebase_id_token>.

Path Parameters

memory_id
string
required

Body

application/json
category
enum<string> | null

New category for the memory

Available options:
interesting,
system,
manual,
workflow,
core,
hobbies,
lifestyle,
interests,
habits,
work,
skills,
learnings,
other,
auto
content
string | null

New content for the memory

Required string length: 1 - 500
tags
string[] | null

New tags for the memory

visibility
string | null

New visibility: public or private

Response

Successful Response

id
string
required
category
enum<string>
default:interesting
Available options:
interesting,
system,
manual,
workflow,
core,
hobbies,
lifestyle,
interests,
habits,
work,
skills,
learnings,
other,
auto
content
string
default:""
created_at
string<date-time> | null
edited
boolean
default:false
manually_added
boolean
default:false
reviewed
boolean
default:false
scoring
string | null
tags
string[]
updated_at
string<date-time> | null
user_review
boolean | null
visibility
string | null
default:private