Skip to main content
PATCH
/
vault
/
{id}
/
memory
/
{entryId}
Update vault memory entry
curl --request PATCH \
  --url https://api.case.dev/vault/{id}/memory/{entryId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "content": "<string>",
  "source": "<string>",
  "tags": [
    "<string>"
  ]
}
'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Vault ID

entryId
string
required

Memory entry ID

Body

application/json
content
string
source
string | null
tags
string[]

Response

Updated memory entry