Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect schema in API docs #162

Open
Buried-In-Code opened this issue May 4, 2023 · 0 comments
Open

Incorrect schema in API docs #162

Buried-In-Code opened this issue May 4, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Buried-In-Code
Copy link
Member

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

  1. Go to API docs
  2. Scroll to the /publisher/<id>/series_list endpoint
  3. See schema/example
  4. Run 'Try it out' to see the actual response

Expected behavior
The API docs for /publisher/<id>/series_list should show the PaginatedSeriesList schema

@bpepple bpepple added the bug Something isn't working label May 6, 2023
@bpepple bpepple self-assigned this May 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants