MAME
Operations
Every operation on MAME.
The full operation table for MAME. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/mame-lib crate.
Index
| Operation | Summary |
|---|---|
edit | Edit a memory cell with full provenance; old value preserved as tombstone. |
redact | Redact a memory under policy authority; auditable tombstone, never silence. |
migrate | Schema migration with versioned views; historical reads continue under old schema. |
Reference
edit
Edit a memory cell with full provenance; old value preserved as tombstone.
| Field | Value |
|---|---|
| Capability | map.mame.edit |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
redact
Redact a memory under policy authority; auditable tombstone, never silence.
| Field | Value |
|---|---|
| Capability | map.mame.redact |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
migrate
Schema migration with versioned views; historical reads continue under old schema.
| Field | Value |
|---|---|
| Capability | map.mame.migrate |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.