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

Schema endpoint return no detail #50

Open
bootrider opened this issue Jul 8, 2022 · 2 comments
Open

Schema endpoint return no detail #50

bootrider opened this issue Jul 8, 2022 · 2 comments

Comments

@bootrider
Copy link

Invoking the endpoint

https://swapi.dev/api/people/schema

the response is:

HTTP 404 NOT FOUND
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS

{
    "detail": "Not found"
}

According to documentation:

JSON Schema
All resources support JSON Schema. Making a request to /api//schema will give you the details of that resource. This will allow you to programmatically inspect the attributes of that resource and their types.

@benjibutten
Copy link

Got the exact same issue

@sekunho
Copy link

sekunho commented Aug 16, 2022

Duplicate of #37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants