Skip to content

[GitHub] Update to 1.1.4-eb75ba12b8f78ce6cf7e307635ad5f13 from 1.1.4-6427e6326d9646fc1b49f1e1dcf2d9db #1179

New issue

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

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions clients/GitHub/etc/openapi-client-generator.state
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"specHash": "6427e6326d9646fc1b49f1e1dcf2d9db",
"specHash": "eb75ba12b8f78ce6cf7e307635ad5f13",
"generatedFiles": {
"files": [
{
Expand Down Expand Up @@ -5648,7 +5648,7 @@
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/Pulls.php",
"hash": "60138d3a0e61f4cd49819b25927d75b3"
"hash": "d922518f8c93d21148f0207ad009c14a"
},
{
"name": ".\/clients\/GitHub\/etc\/..\/\/src\/\/Operation\/SecurityAdvisories.php",
Expand Down
2 changes: 1 addition & 1 deletion etc/specs/GitHub/current.spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24761,7 +24761,7 @@ paths:

To process a response with a large number of commits, use a query parameter (`per_page` or `page`) to paginate the results. When using pagination:

- The list of changed files is only shown on the first page of results, but it includes all changed files for the entire comparison.
- The list of changed files is only shown on the first page of results, and it includes up to 300 changed files for the entire comparison.
- The results are returned in chronological order, but the last commit in the returned list may not be the most recent one in the entire set if there are more pages of results.

For more information on working with pagination, see "[Using pagination in the REST API](https://docs.github.com/rest/guides/using-pagination-in-the-rest-api)."
Expand Down
Loading