---
title: "PATCH /api/memory-trackers/{memoryTracker}/mark-as-recalled"
method: PATCH
path: "/api/memory-trackers/{memoryTracker}/mark-as-recalled"
tags: ["memory-tracker-controller"]
---

# PATCH /api/memory-trackers/{memoryTracker}/mark-as-recalled

`PATCH /api/memory-trackers/{memoryTracker}/mark-as-recalled`

## Path parameters

- `memoryTracker` integer, required

## Query parameters

- `grade` 'GOOD' | 'AGAIN', required

## Response `200`

OK

## Changes

- **2026-09-27** `482412c3c1b0` — 4 breaking, 2 warning
  - the `recalledNote/ancestorFolders/items/name` response property's maxLength was unset from `512` for the response status `200`
  - the `recalledNote/ancestorFolders/items/name` response property's minLength was decreased from `1` to `0` for the response status `200`
  - removed the required property `recalledNote/ancestorFolders/items/createdAt` from the response with the `200` status
  - removed the required property `recalledNote/ancestorFolders/items/updatedAt` from the response with the `200` status
  - …2 more
- **2026-09-13** `370013d86c63` — 1 warning
  - removed the optional property `note/deletedAt` from the response with the `200` status
- **2026-08-20** `510f6d6643e5` — 2 breaking
  - removed the enum value `EASY` from the `query` request parameter `grade`
  - removed the enum value `HARD` from the `query` request parameter `grade`
- **2026-08-20** `405d22528fd9` — 1 warning, 1 info
  - removed the optional property `latestTutorFeedbackScore` from the response with the `200` status
  - added the optional property `latestTutorFeedbackGrade` to the response with the `200` status
- **2026-08-20** `1e08ee282e47` — 1 breaking, 1 warning
  - added the new required `query` request parameter `grade`
  - deleted the `query` request parameter `successful`

[Full history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/memory-trackers/:memoryTracker/mark-as-recalled/patch.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/revisions/482412c3c1b0?raw)
