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 Store 的名称、描述或元数据。
POST /api/v1/cloud/memory_stores/{memory_store_id}
Authorization
Bearer <PAT>
Content-Type
application/json
memory_store_id
memstore_
name
description
metadata
null
curl -X POST "https://api.qoder.com/api/v1/cloud/memory_stores/memstore_019e5cdb9c3f71c3b6505eba937a40b4" \ -H "Authorization: Bearer $QODER_PAT" \ -H "Content-Type: application/json" \ -d '{ "name": "project-alpha-memory-v2", "metadata": {"team": null, "env": "production"} }'
invalid_request_error
authentication_error
not_found_error