Skip to main content
POST
Propose Memory Store changes

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
idempotency-key
string
Maximum string length: 255

Path Parameters

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

Body

application/json
operations
object[]
required
Required array length: 1 - 200 elements

Response

a reviewer decision exactly on approved/rejected proposals, and a non-empty frozen diff

id
string
required
Pattern: ^mprop_[0-9a-f]{32}$
store
string
required
Pattern: ^memstore_[0-9a-f]{32}$
base_revision
string
required
Pattern: ^mrev_[0-9a-f]{32}$
head_revision
string
required
Pattern: ^mrev_[0-9a-f]{32}$
diff_hash
string
required
Pattern: ^sha256:[0-9a-f]{64}$
author
object
required
status
enum<string>
required
Available options:
open,
approved,
rejected,
superseded
decision
object | null
required
created_at
string
required
updated_at
string
required