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
{{ message }}
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.
figure out how to bring back ignored operations due to route conflicts, see #420. Even if these are fixed for api.github.com, we still need to figure out a way to express these endpoints in OpenAPI for the GHE versions
Different URL parameters
GET /repos/:owner/:repo/git/refs/:namespace
PATCH /repos/:owner/:repo/labels/:current_name
Same route, different meaning
POST /repos/:owner/:repo/pulls (alternative input)
POST /repos/:owner/:repo/pulls/:pull_number/comments (alternative input)
Figure out special case: POST :url is not a relative path but a full URL. See #422
The text was updated successfully, but these errors were encountered:
This is a follow up for #168
api.github.com
, we still need to figure out a way to express these endpoints in OpenAPI for the GHE versionsGET /repos/:owner/:repo/git/refs/:namespace
PATCH /repos/:owner/:repo/labels/:current_name
POST /repos/:owner/:repo/pulls
(alternative input)POST /repos/:owner/:repo/pulls/:pull_number/comments
(alternative input)POST :url
is not a relative path but a full URL. See #422The text was updated successfully, but these errors were encountered: