update_user_book_read
Update a reading entry with start/finish dates, pages read, or audiobook time. Only fields you specify are changed, keeping existing data.
Instructions
Update a reading date or progress entry. Preserves unspecified fields. Supports page progress and audiobook time tracking.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The user_book_read ID to update. | |
| edition_id | No | Edition ID (required for audiobook progress tracking). | |
| started_at | No | Date started reading (ISO 8601). | |
| finished_at | No | Date finished reading (ISO 8601). | |
| progress_pages | No | Pages read so far. | |
| progress_seconds | No | Seconds of audiobook listened to so far. |