update_memory
Update memory status by saving it for later, changing its display date, or marking it as seen in your photo library.
Instructions
Update a memory: save it for later, move its date, or mark it seen. Side effect: modifies the memory on the server.
Args:
memory_id: The memory to update.
is_saved: True to save the memory, false to unsave it.
memory_at: New ISO date to show the memory on.
seen_at: ISO timestamp marking when the user viewed it.
Returns: JSON with the updated memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seen_at | No | ||
| is_saved | No | ||
| memory_at | No | ||
| memory_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |