Skip to content

Commit 64bd83b

Browse files
Update OpenAPI Descriptions
1 parent 6d184b4 commit 64bd83b

20 files changed

+4571
-4311
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18750,6 +18750,9 @@
1875018750
},
1875118751
{
1875218752
"$ref": "#/components/parameters/page"
18753+
},
18754+
{
18755+
"$ref": "#/components/parameters/created"
1875318756
}
1875418757
],
1875518758
"responses": {
@@ -20141,6 +20144,9 @@
2014120144
},
2014220145
{
2014320146
"$ref": "#/components/parameters/page"
20147+
},
20148+
{
20149+
"$ref": "#/components/parameters/created"
2014420150
}
2014520151
],
2014620152
"responses": {
@@ -95058,6 +95064,15 @@
9505895064
]
9505995065
}
9506095066
},
95067+
"created": {
95068+
"name": "created",
95069+
"in": "query",
95070+
"required": false,
95071+
"schema": {
95072+
"type": "string",
95073+
"format": "date-time"
95074+
}
95075+
},
9506195076
"run-id": {
9506295077
"name": "run_id",
9506395078
"description": "The id of the workflow run.",

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13364,6 +13364,7 @@ paths:
1336413364
- "$ref": "#/components/parameters/workflow-run-status"
1336513365
- "$ref": "#/components/parameters/per-page"
1336613366
- "$ref": "#/components/parameters/page"
13367+
- "$ref": "#/components/parameters/created"
1336713368
responses:
1336813369
'200':
1336913370
description: Response
@@ -14351,6 +14352,7 @@ paths:
1435114352
- "$ref": "#/components/parameters/workflow-run-status"
1435214353
- "$ref": "#/components/parameters/per-page"
1435314354
- "$ref": "#/components/parameters/page"
14355+
- "$ref": "#/components/parameters/created"
1435414356
responses:
1435514357
'200':
1435614358
description: Response
@@ -72262,6 +72264,13 @@ components:
7226272264
- queued
7226372265
- requested
7226472266
- waiting
72267+
created:
72268+
name: created
72269+
in: query
72270+
required: false
72271+
schema:
72272+
type: string
72273+
format: date-time
7226572274
run-id:
7226672275
name: run_id
7226772276
description: The id of the workflow run.

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127108,6 +127108,15 @@
127108127108
"type": "integer",
127109127109
"default": 1
127110127110
}
127111+
},
127112+
{
127113+
"name": "created",
127114+
"in": "query",
127115+
"required": false,
127116+
"schema": {
127117+
"type": "string",
127118+
"format": "date-time"
127119+
}
127111127120
}
127112127121
],
127113127122
"responses": {
@@ -138565,6 +138574,15 @@
138565138574
"type": "integer",
138566138575
"default": 1
138567138576
}
138577+
},
138578+
{
138579+
"name": "created",
138580+
"in": "query",
138581+
"required": false,
138582+
"schema": {
138583+
"type": "string",
138584+
"format": "date-time"
138585+
}
138568138586
}
138569138587
],
138570138588
"responses": {

0 commit comments

Comments
 (0)