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
There are some missing fields in https://api.github.com/repos/[OWNER]/[REPO]/pulls endpoint. There are no problems with documentation but these fields exist in https://api.github.com/repos/[OWNER]/[REPO]/pulls/[ID]
I believe this List pull requests endpoint was implemented to only include a subset of fields that Get a pull request supports as this endpoint is required to paginate over open and closed pull requests.
I've passed your feedback onto the team for their consideration but at the moment I believe the schema reflects what is supported by this endpoint.
Schema Inaccuracy
There are some missing fields in
https://api.github.com/repos/[OWNER]/[REPO]/pulls
endpoint. There are no problems with documentation but these fields exist inhttps://api.github.com/repos/[OWNER]/[REPO]/pulls/[ID]
Not implemented fields:
Expected
https://api.github.com/repos/[OWNER]/[REPO]/pulls
schema matches with the/repos/[OWNER]/[REPO]/pulls/[ID]
schemaReproduction Steps
$ curl -X POST https://api.github.com/repos/[OWNER]/[REPO]/pulls
The text was updated successfully, but these errors were encountered: