Mark all books in a series as read
POST/:prefix/api/v1/series/:series_id/read-progress
Marks all books in a series as completed (read) for the current user. This is equivalent to marking each book individually as completed.
Endpoint
POST /{prefix}/api/v1/series/{seriesId}/read-progress
Response
- 204 No Content on success (Komga behavior)
Authentication
- Bearer token (JWT)
- Basic Auth
- API Key
Request
Responses
- 204
- 401
- 404
Series marked as read
Unauthorized
Series not found