TrackingUpsertInput
object
Request body for creating or updating a tracking entry
Properties
TrackingUpsertInputobject
| Property | Type | Description |
|---|---|---|
statusrequired | string | Reading status for a tracked series. - `reading` — currently reading - `completed` — finished - `dropped` — stopped reading - `plan_to_read` — queued for later (supports priority 1–5) - `on_hold` — paused - `re_reading` — reading again after completing readingcompleteddroppedplan_to_readon_holdre_reading |
currentChapter | integer | Last chapter read. Not bounded by the series' totalChapters — our chapter count can lag the source, so progress ahead of it is valid. |
startedAt | string | YYYY-MM-DD |
finishedAt | string | YYYY-MM-DD |
notes | string | |
timesCompleted | integer | |
priority | integer | 1=Low, 2=Medium-Low, 3=Medium, 4=Medium-High, 5=High |
isPrivate | boolean | Hide this entry from your public profile |
Example
TrackingUpsertInput Example
{ "status": "reading", "currentChapter": 0, "startedAt": "2025-01-10", "finishedAt": "2025-03-22", "notes": "string", "timesCompleted": 0, "priority": 0, "isPrivate": false}Related Endpoints
This schema is used in the following endpoints: