Skip to content

Commit 0512d16

Browse files
Update OpenAPI Descriptions
1 parent 937304e commit 0512d16

24 files changed

+6021
-5501
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18413,6 +18413,9 @@
1841318413
},
1841418414
{
1841518415
"$ref": "#/components/parameters/created"
18416+
},
18417+
{
18418+
"$ref": "#/components/parameters/exclude-pull-requests"
1841618419
}
1841718420
],
1841818421
"responses": {
@@ -18484,6 +18487,9 @@
1848418487
},
1848518488
{
1848618489
"$ref": "#/components/parameters/run-id"
18490+
},
18491+
{
18492+
"$ref": "#/components/parameters/exclude-pull-requests"
1848718493
}
1848818494
],
1848918495
"responses": {
@@ -18758,6 +18764,9 @@
1875818764
},
1875918765
{
1876018766
"$ref": "#/components/parameters/attempt-number"
18767+
},
18768+
{
18769+
"$ref": "#/components/parameters/exclude-pull-requests"
1876118770
}
1876218771
],
1876318772
"responses": {
@@ -19916,6 +19925,9 @@
1991619925
},
1991719926
{
1991819927
"$ref": "#/components/parameters/created"
19928+
},
19929+
{
19930+
"$ref": "#/components/parameters/exclude-pull-requests"
1991919931
}
1992019932
],
1992119933
"responses": {
@@ -96786,6 +96798,16 @@
9678696798
"format": "date-time"
9678796799
}
9678896800
},
96801+
"exclude-pull-requests": {
96802+
"name": "exclude_pull_requests",
96803+
"description": "If `true` pull requests are omitted from the response (empty array).",
96804+
"in": "query",
96805+
"required": false,
96806+
"schema": {
96807+
"type": "boolean",
96808+
"default": false
96809+
}
96810+
},
9678996811
"run-id": {
9679096812
"name": "run_id",
9679196813
"description": "The id of the workflow run.",

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12900,6 +12900,7 @@ paths:
1290012900
- "$ref": "#/components/parameters/per-page"
1290112901
- "$ref": "#/components/parameters/page"
1290212902
- "$ref": "#/components/parameters/created"
12903+
- "$ref": "#/components/parameters/exclude-pull-requests"
1290312904
responses:
1290412905
'200':
1290512906
description: Response
@@ -12946,6 +12947,7 @@ paths:
1294612947
- "$ref": "#/components/parameters/owner"
1294712948
- "$ref": "#/components/parameters/repo"
1294812949
- "$ref": "#/components/parameters/run-id"
12950+
- "$ref": "#/components/parameters/exclude-pull-requests"
1294912951
responses:
1295012952
'200':
1295112953
description: Response
@@ -13122,6 +13124,7 @@ paths:
1312213124
- "$ref": "#/components/parameters/repo"
1312313125
- "$ref": "#/components/parameters/run-id"
1312413126
- "$ref": "#/components/parameters/attempt-number"
13127+
- "$ref": "#/components/parameters/exclude-pull-requests"
1312513128
responses:
1312613129
'200':
1312713130
description: Response
@@ -13961,6 +13964,7 @@ paths:
1396113964
- "$ref": "#/components/parameters/per-page"
1396213965
- "$ref": "#/components/parameters/page"
1396313966
- "$ref": "#/components/parameters/created"
13967+
- "$ref": "#/components/parameters/exclude-pull-requests"
1396413968
responses:
1396513969
'200':
1396613970
description: Response
@@ -73096,6 +73100,14 @@ components:
7309673100
schema:
7309773101
type: string
7309873102
format: date-time
73103+
exclude-pull-requests:
73104+
name: exclude_pull_requests
73105+
description: If `true` pull requests are omitted from the response (empty array).
73106+
in: query
73107+
required: false
73108+
schema:
73109+
type: boolean
73110+
default: false
7309973111
run-id:
7310073112
name: run_id
7310173113
description: The id of the workflow run.

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129203,6 +129203,16 @@
129203129203
"type": "string",
129204129204
"format": "date-time"
129205129205
}
129206+
},
129207+
{
129208+
"name": "exclude_pull_requests",
129209+
"description": "If `true` pull requests are omitted from the response (empty array).",
129210+
"in": "query",
129211+
"required": false,
129212+
"schema": {
129213+
"type": "boolean",
129214+
"default": false
129215+
}
129206129216
}
129207129217
],
129208129218
"responses": {
@@ -133119,6 +133129,16 @@
133119133129
"schema": {
133120133130
"type": "integer"
133121133131
}
133132+
},
133133+
{
133134+
"name": "exclude_pull_requests",
133135+
"description": "If `true` pull requests are omitted from the response (empty array).",
133136+
"in": "query",
133137+
"required": false,
133138+
"schema": {
133139+
"type": "boolean",
133140+
"default": false
133141+
}
133122133142
}
133123133143
],
133124133144
"responses": {
@@ -137679,6 +137699,16 @@
137679137699
"schema": {
137680137700
"type": "integer"
137681137701
}
137702+
},
137703+
{
137704+
"name": "exclude_pull_requests",
137705+
"description": "If `true` pull requests are omitted from the response (empty array).",
137706+
"in": "query",
137707+
"required": false,
137708+
"schema": {
137709+
"type": "boolean",
137710+
"default": false
137711+
}
137682137712
}
137683137713
],
137684137714
"responses": {
@@ -144770,6 +144800,16 @@
144770144800
"type": "string",
144771144801
"format": "date-time"
144772144802
}
144803+
},
144804+
{
144805+
"name": "exclude_pull_requests",
144806+
"description": "If `true` pull requests are omitted from the response (empty array).",
144807+
"in": "query",
144808+
"required": false,
144809+
"schema": {
144810+
"type": "boolean",
144811+
"default": false
144812+
}
144773144813
}
144774144814
],
144775144815
"responses": {

0 commit comments

Comments
 (0)