Skip to content

Commit daead11

Browse files
Merge pull request #5833 from github/openapi-update-d4fbdc8dbc8089d5e5d544e2b3395cd9d266df9bd53ee8e5e371e12e7ccb9c2b
Update OpenAPI 3.0 Descriptions
2 parents d3ceb5b + 4edcd03 commit daead11

8 files changed

Lines changed: 9342 additions & 9002 deletions

File tree

descriptions/ghec/dereferenced/ghec.2022-11-28.deref.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65024,6 +65024,24 @@
6502465024
"schema": {
6502565025
"type": "string"
6502665026
}
65027+
},
65028+
{
65029+
"name": "page",
65030+
"description": "The page number of the results to fetch. For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"",
65031+
"in": "query",
65032+
"schema": {
65033+
"type": "integer",
65034+
"default": 1
65035+
}
65036+
},
65037+
{
65038+
"name": "per_page",
65039+
"description": "The number of results per page (max 100). For more information, see \"[Using pagination in the REST API](https://docs.github.com/enterprise-cloud@latest//rest/using-the-rest-api/using-pagination-in-the-rest-api).\"",
65040+
"in": "query",
65041+
"schema": {
65042+
"type": "integer",
65043+
"default": 30
65044+
}
6502765045
}
6502865046
],
6502965047
"responses": {
@@ -65074,6 +65092,10 @@
6507465092
"name"
6507565093
]
6507665094
}
65095+
},
65096+
"has_next_page": {
65097+
"type": "boolean",
65098+
"description": "Indicates if there are more resources available for pagination. Only present when pagination is used."
6507765099
}
6507865100
},
6507965101
"required": [

0 commit comments

Comments
 (0)