Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/content/docs/docs/reference/api/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ curl -X POST https://your-automem-instance/enrichment/reprocess \
| Field | Type | Description |
|-------|------|-------------|
| `status` | string | Always `"queued"` |
| `count` | integer | Number of memories successfully added to enrichment queue |
| `ids` | array[string] | List of memory UUIDs that were queued |
| `count` | integer | Number of UUIDs submitted (equals `len(ids)` from the request; not a success/failure count) |
| `ids` | array[string] | Memory UUIDs that were queued, sorted lexicographically |

```json
{
Expand Down