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
Wil allways return 404 Not Found. Any idea?
The org matches ironpeakservices, which is my org with SAML SSO enabled.
The token is authorized for the org/SSO.
The token in question has wide scopes: admin:enterprise, admin:org, admin:org_hook, user.
The text was updated successfully, but these errors were encountered:
I don't have experience with this endpoint, but my first guess was going to be the scopes of your personal access token, which appear to have the ones I would expect.
For cases like these where we get unexpected responses from the GitHub v3 API, one of the best ways to triage it is to generate the identical curl request and see if it returns the same response.
Your best bet is to probably contact GitHub tech support and ask them. Obviously, they would be more interested in seeing the curl version of your request, but if you still get a 404 with the curl version, then they will be the ones that need to help you.
I'll leave this open for a while, but if you hear back, please feel free to report your findings in this issue in order to help others running into the same issue. Thank you!
Hi!
I have an org on github.com with the GitHub Enterprise plan.
I am using v40.0.0 of the library.
Wil allways return
404 Not Found
. Any idea?The
org
matchesironpeakservices
, which is my org with SAML SSO enabled.The token is authorized for the org/SSO.
The token in question has wide scopes:
admin:enterprise, admin:org, admin:org_hook, user
.The text was updated successfully, but these errors were encountered: