Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -9836,7 +9836,7 @@
"type": "string"
},
"image_id": {
"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`.",
"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`.",
"type": "string"
},
"image_version": {
Expand Down Expand Up @@ -29216,6 +29216,9 @@
},
{
"$ref": "#/components/parameters/page"
},
{
"$ref": "#/components/parameters/team-type"
}
],
"responses": {
Expand Down Expand Up @@ -324886,6 +324889,21 @@
"type": "string"
}
},
"team-type": {
"name": "team_type",
"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)\"",
"in": "query",
"required": false,
"schema": {
"type": "string",
"enum": [
"all",
"enterprise",
"organization"
],
"default": "all"
}
},
"security-product": {
"name": "security_product",
"in": "path",
Expand Down
Loading