update_user_book_read
Update a reading record with start/finish dates, pages read, or audiobook time. Only specified fields are changed.
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. | |
| 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. |