Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/v1-contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -941,6 +941,7 @@ Unknown field names are rejected with `422` (strict schema). Optimistic concurre
| `receipt_signing_key_id` | string | Operator key id for HMAC signing new receipts (key bytes live in env, never stored). |
| `expected_version` | integer | Optimistic-concurrency guard — request is rejected with `409` if current version differs. |
| `force_region_pin` | boolean | Bypass the same-region safety check when pinning (use from within the target region). |
| `claim_keys` | object (≤64 entries) | The tenant's own claim vocabulary: namespaced key → declared cardinality (`"single"` or `"multi"`), e.g. `{"guide.walkthrough": "single"}`. A registered `single` key behaves like a built-in on the structured ingestion path: repeated observations supersede down to one active row instead of growing per observation. Keys are lowercase dotted segments with at least one dot; built-in keys are rejected rather than shadowed. Cardinality is declared here — an operator action — never by the episode payload. |

**Response:** `200` — same shape as GET.

Expand Down
Loading