Skip to content

Commit b099e78

Browse files
authored
Merge pull request #1504 from github/openapi-update-d38ed88c693c4d428c196cc19ac03103e22478252e832fb5ae549ff27bb40b15
Update OpenAPI 3.1 Descriptions
2 parents 67ef2ae + 197dd80 commit b099e78

28 files changed

+1969
-805
lines changed

descriptions-next/api.github.com/api.github.com.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21050,6 +21050,9 @@
2105021050
},
2105121051
{
2105221052
"$ref": "#/components/parameters/workflow-run-check-suite-id"
21053+
},
21054+
{
21055+
"$ref": "#/components/parameters/workflow-run-head-sha"
2105321056
}
2105421057
],
2105521058
"responses": {
@@ -22708,6 +22711,9 @@
2270822711
},
2270922712
{
2271022713
"$ref": "#/components/parameters/workflow-run-check-suite-id"
22714+
},
22715+
{
22716+
"$ref": "#/components/parameters/workflow-run-head-sha"
2271122717
}
2271222718
],
2271322719
"responses": {
@@ -36697,6 +36703,12 @@
3669736703
"string",
3669836704
"null"
3669936705
],
36706+
"enum": [
36707+
"completed",
36708+
"not_planned",
36709+
"reopened",
36710+
null
36711+
],
3670036712
"description": "The reason for the current state",
3670136713
"examples": [
3670236714
"not_planned"
@@ -63992,6 +64004,12 @@
6399264004
"string",
6399364005
"null"
6399464006
],
64007+
"enum": [
64008+
"completed",
64009+
"reopened",
64010+
"not_planned",
64011+
null
64012+
],
6399564013
"examples": [
6399664014
"not_planned"
6399764015
]
@@ -115214,6 +115232,15 @@
115214115232
"type": "integer"
115215115233
}
115216115234
},
115235+
"workflow-run-head-sha": {
115236+
"name": "head_sha",
115237+
"description": "Only returns workflow runs that are associated with the specified `head_sha`.",
115238+
"in": "query",
115239+
"required": false,
115240+
"schema": {
115241+
"type": "string"
115242+
}
115243+
},
115217115244
"run-id": {
115218115245
"name": "run_id",
115219115246
"description": "The unique identifier of the workflow run.",

descriptions-next/api.github.com/api.github.com.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15020,6 +15020,7 @@ paths:
1502015020
- "$ref": "#/components/parameters/created"
1502115021
- "$ref": "#/components/parameters/exclude-pull-requests"
1502215022
- "$ref": "#/components/parameters/workflow-run-check-suite-id"
15023+
- "$ref": "#/components/parameters/workflow-run-head-sha"
1502315024
responses:
1502415025
'200':
1502515026
description: Response
@@ -16197,6 +16198,7 @@ paths:
1619716198
- "$ref": "#/components/parameters/created"
1619816199
- "$ref": "#/components/parameters/exclude-pull-requests"
1619916200
- "$ref": "#/components/parameters/workflow-run-check-suite-id"
16201+
- "$ref": "#/components/parameters/workflow-run-head-sha"
1620016202
responses:
1620116203
'200':
1620216204
description: Response
@@ -26571,6 +26573,11 @@ paths:
2657126573
type:
2657226574
- string
2657326575
- 'null'
26576+
enum:
26577+
- completed
26578+
- not_planned
26579+
- reopened
26580+
-
2657426581
description: The reason for the current state
2657526582
examples:
2657626583
- not_planned
@@ -46066,6 +46073,11 @@ components:
4606646073
type:
4606746074
- string
4606846075
- 'null'
46076+
enum:
46077+
- completed
46078+
- reopened
46079+
- not_planned
46080+
-
4606946081
examples:
4607046082
- not_planned
4607146083
title:
@@ -86839,6 +86851,14 @@ components:
8683986851
in: query
8684086852
schema:
8684186853
type: integer
86854+
workflow-run-head-sha:
86855+
name: head_sha
86856+
description: Only returns workflow runs that are associated with the specified
86857+
`head_sha`.
86858+
in: query
86859+
required: false
86860+
schema:
86861+
type: string
8684286862
run-id:
8684386863
name: run_id
8684486864
description: The unique identifier of the workflow run.

0 commit comments

Comments
 (0)