Skip to content

Commit 409e99c

Browse files
Update OpenAPI 3.1 Descriptions
1 parent a9b2396 commit 409e99c

16 files changed

Lines changed: 272 additions & 36 deletions

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9836,7 +9836,7 @@
98369836
"type": "string"
98379837
},
98389838
"image_id": {
9839-
"description": "The unique identifier of the runner image. To list all available images, use `GET /actions/hosted-runners/images/github-owned` or `GET /actions/hosted-runners/images/partner`.",
9839+
"description": "The unique identifier of the runner image. To list available images, use `GET /actions/hosted-runners/images/github-owned`, `GET /actions/hosted-runners/images/partner`, or `GET /actions/hosted-runners/images/custom`.",
98409840
"type": "string"
98419841
},
98429842
"image_version": {
@@ -29216,6 +29216,9 @@
2921629216
},
2921729217
{
2921829218
"$ref": "#/components/parameters/page"
29219+
},
29220+
{
29221+
"$ref": "#/components/parameters/team-type"
2921929222
}
2922029223
],
2922129224
"responses": {
@@ -324886,6 +324889,21 @@
324886324889
"type": "string"
324887324890
}
324888324891
},
324892+
"team-type": {
324893+
"name": "team_type",
324894+
"description": "Filter team results by their type. For more information, see \"[What kind of team should I use?](https://docs.github.com/enterprise-cloud@latest/admin/concepts/enterprise-fundamentals/teams-in-an-enterprise#what-kind-of-team-should-i-use)\"",
324895+
"in": "query",
324896+
"required": false,
324897+
"schema": {
324898+
"type": "string",
324899+
"enum": [
324900+
"all",
324901+
"enterprise",
324902+
"organization"
324903+
],
324904+
"default": "all"
324905+
}
324906+
},
324889324907
"security-product": {
324890324908
"name": "security_product",
324891324909
"in": "path",

0 commit comments

Comments
 (0)