PATCH /memories/{memoryId}
Updates an existing memory.
Code Examples
URL Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| memoryId | integer | Yes | ID of the memory |
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
| memory | string | Yes | New memory content |
| collection_id | integer | No | Collection ID to associate the memory |
Response
Response Codes
| Code | Description |
|---|---|
| 200 | Success |
| 404 | Memory not found |
| 500 | Server error |

