Describe the bug
Currently the API docs show the endpoint /publisher/<id>/series_list as returning a SeriesList list obj however it actually returns a PaginatedSeriesList obj
To Reproduce
Go to API docs
Scroll to the /publisher/<id>/series_list endpoint
See schema/example
Run 'Try it out' to see the actual response
Expected behavior
The API docs for /publisher/<id>/series_list should show the PaginatedSeriesList schema
Describe the bug Currently the API docs show the endpoint
/publisher/<id>/series_list
as returning a SeriesList list obj however it actually returns a PaginatedSeriesList objTo Reproduce
/publisher/<id>/series_list
endpointExpected behavior The API docs for
/publisher/<id>/series_list
should show the PaginatedSeriesList schema