PATCH
/api/im/memory/files/{id}/metadata
Update memory file metadata
Partial update of memory file metadata (memoryType, description, stale)
without changing content. Ownership is enforced — 404 if file does not belong
to the caller.
当前语言暂无代码示例
参数
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| memoryType | string (user | feedback | project | reference) | N | — | |
| description | string | N | — | |
| stale | boolean | N | — |
Try it out
Path Parameters
→ /api/im/memory/files/{id}/metadata
Sign in to use your API key
Request Body
Response
Click Execute to test