Skip to content

Commit efebc5f

Browse files
Update OpenAPI Descriptions
1 parent c6ad994 commit efebc5f

File tree

4 files changed

+0
-17
lines changed

4 files changed

+0
-17
lines changed

descriptions/api.github.com/api.github.com.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8852,9 +8852,6 @@
88528852
},
88538853
{
88548854
"$ref": "#/components/parameters/per-page"
8855-
},
8856-
{
8857-
"$ref": "#/components/parameters/page"
88588855
}
88598856
],
88608857
"responses": {

descriptions/api.github.com/api.github.com.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6416,7 +6416,6 @@ paths:
64166416
- "$ref": "#/components/parameters/audit-log-before"
64176417
- "$ref": "#/components/parameters/audit-log-order"
64186418
- "$ref": "#/components/parameters/per-page"
6419-
- "$ref": "#/components/parameters/page"
64206419
responses:
64216420
'200':
64226421
description: Response

descriptions/api.github.com/dereferenced/api.github.com.deref.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61926,15 +61926,6 @@
6192661926
"type": "integer",
6192761927
"default": 30
6192861928
}
61929-
},
61930-
{
61931-
"name": "page",
61932-
"description": "Page number of the results to fetch.",
61933-
"in": "query",
61934-
"schema": {
61935-
"type": "integer",
61936-
"default": 1
61937-
}
6193861929
}
6193961930
],
6194061931
"responses": {

descriptions/api.github.com/dereferenced/api.github.com.deref.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14911,10 +14911,6 @@ paths:
1491114911
description: Results per page (max 100)
1491214912
in: query
1491314913
schema: *10
14914-
- name: page
14915-
description: Page number of the results to fetch.
14916-
in: query
14917-
schema: *20
1491814914
responses:
1491914915
'200':
1492014916
description: Response

0 commit comments

Comments
 (0)