We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The get-by-id get operation is based on the URL path user/{account_id}. When using this URL path I get a 404 status.
get-by-id
user/{account_id}
When accessing the GitHub API using this URL path with the account_id variable set then the user information should be returned with a 200 status.
curl -H ‘Authorization: Bearer …’ -H ‘X-Github-API…’ https://api.github.com/user/supertxtnet
The text was updated successfully, but these errors were encountered:
It appears that the URL path should be /user[s]/supertxtnet instead. That path is working ok.
/user[s]/supertxtnet
Sorry, something went wrong.
Account id’s are not user names. There is a distinction. Closing this.
No branches or pull requests
Schema Inaccuracy
The
get-by-id
get operation is based on the URL pathuser/{account_id}
. When using this URL path I get a 404 status.Expected
When accessing the GitHub API using this URL path with the account_id variable set then the user information should be returned with a 200 status.
Reproduction Steps
The text was updated successfully, but these errors were encountered: