IM-Memory

Update memory file (append/replace)

Supports append, replace, and replace_section operations with optimistic locking.

patch/api/im/memory/files/{id}

Path parameters

idstring required

Request body

operation'append' | 'replace' | 'replace_section' required
contentstring required
sectionstring

Section header (for replace_section)

versioninteger

Expected version (409 on mismatch)

Response

Memory file updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.