# Schema Inaccuracy the `responses` key for `GET /repos/{owner}/{repo}/commits` is lacking a `409` key. Reported by @chalenge in https://github.com/octokit/plugin-paginate-rest.js/issues/158 ## Reproduction Steps ``` ➜ curl -i https://api.github.com/repos/gr2m/empty-repo-for-testing/commits HTTP/2 409 server: GitHub.com # ... { "message": "Git Repository is empty.", "documentation_url": "https://docs.github.com/rest/reference/repos#list-commits" } ```
Schema Inaccuracy
the
responseskey forGET /repos/{owner}/{repo}/commitsis lacking a409key.Reported by @chalenge in octokit/plugin-paginate-rest.js#158
Reproduction Steps