Skip to content

Commit a6a16d4

Browse files
Update OpenAPI 3.0 Descriptions
1 parent 514289f commit a6a16d4

16 files changed

+216
-0
lines changed

descriptions/api.github.com/api.github.com.2022-11-28.json

+15
Original file line numberDiff line numberDiff line change
@@ -113038,6 +113038,21 @@
113038113038
]
113039113039
}
113040113040
},
113041+
"runner_type": {
113042+
"description": "Runner type to be used.",
113043+
"nullable": true,
113044+
"type": "string",
113045+
"enum": [
113046+
"standard",
113047+
"labeled"
113048+
]
113049+
},
113050+
"runner_label": {
113051+
"description": "Runner label to be used if the runner type is labeled.",
113052+
"nullable": true,
113053+
"type": "string",
113054+
"example": "code-scanning"
113055+
},
113041113056
"query_suite": {
113042113057
"description": "CodeQL query suite to be used.",
113043113058
"type": "string",

descriptions/api.github.com/api.github.com.2022-11-28.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -83116,6 +83116,18 @@ components:
8311683116
- ruby
8311783117
- typescript
8311883118
- swift
83119+
runner_type:
83120+
description: Runner type to be used.
83121+
nullable: true
83122+
type: string
83123+
enum:
83124+
- standard
83125+
- labeled
83126+
runner_label:
83127+
description: Runner label to be used if the runner type is labeled.
83128+
nullable: true
83129+
type: string
83130+
example: code-scanning
8311983131
query_suite:
8312083132
description: CodeQL query suite to be used.
8312183133
type: string

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

+15
Original file line numberDiff line numberDiff line change
@@ -113038,6 +113038,21 @@
113038113038
]
113039113039
}
113040113040
},
113041+
"runner_type": {
113042+
"description": "Runner type to be used.",
113043+
"nullable": true,
113044+
"type": "string",
113045+
"enum": [
113046+
"standard",
113047+
"labeled"
113048+
]
113049+
},
113050+
"runner_label": {
113051+
"description": "Runner label to be used if the runner type is labeled.",
113052+
"nullable": true,
113053+
"type": "string",
113054+
"example": "code-scanning"
113055+
},
113041113056
"query_suite": {
113042113057
"description": "CodeQL query suite to be used.",
113043113058
"type": "string",

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

+12
Original file line numberDiff line numberDiff line change
@@ -83116,6 +83116,18 @@ components:
8311683116
- ruby
8311783117
- typescript
8311883118
- swift
83119+
runner_type:
83120+
description: Runner type to be used.
83121+
nullable: true
83122+
type: string
83123+
enum:
83124+
- standard
83125+
- labeled
83126+
runner_label:
83127+
description: Runner label to be used if the runner type is labeled.
83128+
nullable: true
83129+
type: string
83130+
example: code-scanning
8311983131
query_suite:
8312083132
description: CodeQL query suite to be used.
8312183133
type: string

0 commit comments

Comments
 (0)