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 725324071..bcd2892ee 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 c7a66e657..9e82c9464 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 725324071..bcd2892ee 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 c7a66e657..9e82c9464 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 c0fe358bc..fda4bc865 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 90ee26dc4..38d65000f 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 c0fe358bc..fda4bc865 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 90ee26dc4..38d65000f 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 11a1c1329..c276bb754 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 /actions/hosted-runners/images/partner`, or `GET /actions/hosted-runners/images/custom`.", "type": "string" }, "image_version": { @@ -298499,6 +298499,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//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/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index 810802ae4..6b5885356 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -9041,8 +9041,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 @@ -35854,8 +35854,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 @@ -61226,6 +61226,18 @@ paths: - *85 - *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//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.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 11a1c1329..c276bb754 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.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 /actions/hosted-runners/images/partner`, or `GET /actions/hosted-runners/images/custom`.", "type": "string" }, "image_version": { @@ -298499,6 +298499,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//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/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index 810802ae4..6b5885356 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -9041,8 +9041,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 @@ -35854,8 +35854,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 @@ -61226,6 +61226,18 @@ paths: - *85 - *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//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/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index e3868c691..a0cfe8a41 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -3439,7 +3439,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": { @@ -20505,7 +20505,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": { @@ -41881,6 +41881,9 @@ }, { "$ref": "#/components/parameters/page" + }, + { + "$ref": "#/components/parameters/team-type" } ], "responses": { @@ -351446,6 +351449,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//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/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index 341eaa3f8..330b96be6 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -2415,8 +2415,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 @@ -14704,8 +14704,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: Th{"code":"deadline_exceeded","msg":"operation timed out"}