Update Memory Item
Edit one item’s content, key, or position. Owner-only.
item_type is NOT editable. It decides two things at once — which section
of the composed block the item lands in, and whether the row is mirrored
into Qdrant — so switching it is a delete plus a create, not an edit. In
place it would also strand a preference’s key on a fact, where nothing
reads it. Callers who need a different type should delete and re-add.
Authorizations
Enter your MeshAPI key (rsk_...) — sent as Authorization: Bearer <key>.
Headers
Dated version of the API contract to pin this request to. Omit it and the request is served under 2026-08 — the oldest supported version, so an existing integration is never moved by a release. A malformed or unsupported value is rejected with 400 invalid_api_version rather than falling back silently. The version actually served is echoed as X-Mesh-Version on every response, including errors.
2026-08