Skip to main content
PUT
Write a Memory Store document

Authorizations

Authorization
string
header
required

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

Headers

checkfu-version
enum<string>
required
Available options:
2026-08-27
if-match
string

Path Parameters

id
string
required
Pattern: ^memstore_[0-9a-f]{32}$

Query Parameters

path
string
required

Body

application/json
content
string
required

Memory document text no larger than 100000 bytes when encoded as UTF-8

Maximum string length: 100000

Response

Success

store
string
required
Pattern: ^memstore_[0-9a-f]{32}$
path
string
required
content_sha256
string
required
Pattern: ^sha256:[0-9a-f]{64}$
bytes
integer
required
Required range: x >= 0
created_at
string
required
updated_at
string
required