Skip to content

Commit 4402734

Browse files
Update OpenAPI 3.0 Descriptions
1 parent a9b2396 commit 4402734

16 files changed

Lines changed: 272 additions & 36 deletions

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

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9780,7 +9780,7 @@
97809780
"type": "string"
97819781
},
97829782
"image_id": {
9783-
"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`.",
9783+
"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`.",
97849784
"type": "string"
97859785
},
97869786
"image_version": {
@@ -29058,6 +29058,9 @@
2905829058
},
2905929059
{
2906029060
"$ref": "#/components/parameters/page"
29061+
},
29062+
{
29063+
"$ref": "#/components/parameters/team-type"
2906129064
}
2906229065
],
2906329066
"responses": {
@@ -315899,6 +315902,21 @@
315899315902
"type": "string"
315900315903
}
315901315904
},
315905+
"team-type": {
315906+
"name": "team_type",
315907+
"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)\"",
315908+
"in": "query",
315909+
"required": false,
315910+
"schema": {
315911+
"type": "string",
315912+
"enum": [
315913+
"all",
315914+
"enterprise",
315915+
"organization"
315916+
],
315917+
"default": "all"
315918+
}
315919+
},
315902315920
"security-product": {
315903315921
"name": "security_product",
315904315922
"in": "path",

0 commit comments

Comments
 (0)