Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
更新一条 memory 的内容。
POST /api/v1/cloud/memory_stores/{memory_store_id}/memories/{memory_id}
memory_store_id
memstore_...
memory_id
mem_...
Authorization
Bearer <PAT>
Content-Type
application/json
content
content_sha256
metadata
curl -X POST "https://api.qoder.com/api/v1/cloud/memory_stores/memstore_xxx/memories/mem_xxx" \ -H "Authorization: Bearer $QODER_PAT" \ -H "Content-Type: application/json" \ -d '{ "content": "# 更新后的内容", "content_sha256": "a1b2c3..." }'
invalid_request_error
not_found_error