Skip to main content
PATCH
/
vault
/
{id}
/
memory
/
{entryId}
curl -X PATCH "https://api.case.dev/vault/%3Cstring%3E/memory/%3Cstring%3E" \ -H "Authorization: Bearer $CASEDEV_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "content": "<string>", "source": "<string>", "tags": [ "<string>" ] }'

Documentation Index

Fetch the complete documentation index at: https://docs.case.dev/llms.txt

Use this file to discover all available pages before exploring further.

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