You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 schemaThe text was updated successfully, but these errors were encountered: