Skip to content

Commit 88dbd17

Browse files
Merge pull request #5834 from github/openapi-update-d10001fd7c39a589777ecde93604e7be0dc4c1fa90480890265faa1c8ccf57fa
Update OpenAPI 3.1 Descriptions
2 parents daead11 + 65ed56c commit 88dbd17

8 files changed

Lines changed: 9120 additions & 8772 deletions

File tree

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70601,6 +70601,24 @@
7060170601
"schema": {
7060270602
"type": "string"
7060370603
}
70604+
},
70605+
{
70606+
"name": "page",
70607+
"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).\"",
70608+
"in": "query",
70609+
"schema": {
70610+
"type": "integer",
70611+
"default": 1
70612+
}
70613+
},
70614+
{
70615+
"name": "per_page",
70616+
"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).\"",
70617+
"in": "query",
70618+
"schema": {
70619+
"type": "integer",
70620+
"default": 30
70621+
}
7060470622
}
7060570623
],
7060670624
"responses": {
@@ -70653,6 +70671,10 @@
7065370671
"name"
7065470672
]
7065570673
}
70674+
},
70675+
"has_next_page": {
70676+
"type": "boolean",
70677+
"description": "Indicates if there are more resources available for pagination. Only present when pagination is used."
7065670678
}
7065770679
},
7065870680
"required": [

0 commit comments

Comments
 (0)