Get the authenticated user's reader overrides for a series
GET/api/v1/user/series/:series_id/reader-settings
The response is sparse: a field is absent when the user has not overridden it, and the reader inherits from the series metadata or the library default instead. A user with no overrides gets an empty object, not a 404.
Reading direction also arrives already resolved on the book responses, so a client rendering a book does not need this endpoint for that field. It is here for the settings UI, which has to show which values are overridden and which are inherited.
Request
Responses
- 200
- 401
- 404
Reader settings retrieved
Unauthorized
Series not found