Rewrite a file-backed vault memory entry with updated content, source, or tags.
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>"
]
}
'Was this page helpful?
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>"
]
}
'