diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 725324071c..bcd2892ee3 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -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": { @@ -29216,6 +29216,9 @@ }, { "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/team-type" } ], "responses": { @@ -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", diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index c7a66e6575..9e82c9464f 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -7036,8 +7036,8 @@ paths: 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`. + 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: description: The version of the runner image to deploy. This is @@ -21100,6 +21100,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" + - "$ref": "#/components/parameters/team-type" responses: '200': description: Response @@ -242922,6 +242923,19 @@ components: required: true schema: 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 diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 725324071c..bcd2892ee3 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -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": { @@ -29216,6 +29216,9 @@ }, { "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/team-type" } ], "responses": { @@ -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", diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index c7a66e6575..9e82c9464f 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -7036,8 +7036,8 @@ paths: 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`. + 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: description: The version of the runner image to deploy. This is @@ -21100,6 +21100,7 @@ paths: - "$ref": "#/components/parameters/org" - "$ref": "#/components/parameters/per-page" - "$ref": "#/components/parameters/page" + - "$ref": "#/components/parameters/team-type" responses: '200': description: Response @@ -242922,6 +242923,19 @@ components: required: true schema: 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 diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index c0fe358bc8..fda4bc8656 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -88870,7 +88870,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": { @@ -239181,6 +239181,21 @@ "type": "integer", "default": 1 } + }, + { + "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" + } } ], "responses": { diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index 90ee26dc43..38d65000fb 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -21340,8 +21340,8 @@ paths: 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`. + 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: description: The version of the runner image to deploy. This is @@ -48124,6 +48124,18 @@ paths: - *65 - *17 - *19 + - 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 responses: '200': description: Response diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index c0fe358bc8..fda4bc8656 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -88870,7 +88870,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": { @@ -239181,6 +239181,21 @@ "type": "integer", "default": 1 } + }, + { + "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" + } } ], "responses": { diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index 90ee26dc43..38d65000fb 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -21340,8 +21340,8 @@ paths: 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`. + 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: description: The version of the runner image to deploy. This is @@ -48124,6 +48124,18 @@ paths: - *65 - *17 - *19 + - 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 responses: '200': description: Response diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 11a1c13299..c276bb7549 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -22312,7 +22312,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": { @@ -138915,7 +138915,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 /a{"code":"deadline_exceeded","msg":"operation timed out"}