Skip to content

Commit c6b8769

Browse files
Update OpenAPI 3.1 Descriptions
1 parent a9b2396 commit c6b8769

16 files changed

Lines changed: 236 additions & 0 deletions

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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",

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21100,6 +21100,7 @@ paths:
2110021100
- "$ref": "#/components/parameters/org"
2110121101
- "$ref": "#/components/parameters/per-page"
2110221102
- "$ref": "#/components/parameters/page"
21103+
- "$ref": "#/components/parameters/team-type"
2110321104
responses:
2110421105
'200':
2110521106
description: Response
@@ -242922,6 +242923,19 @@ components:
242922242923
required: true
242923242924
schema:
242924242925
type: string
242926+
team-type:
242927+
name: team_type
242928+
description: Filter team results by their type. For more information, see "[What
242929+
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)"
242930+
in: query
242931+
required: false
242932+
schema:
242933+
type: string
242934+
enum:
242935+
- all
242936+
- enterprise
242937+
- organization
242938+
default: all
242925242939
security-product:
242926242940
name: security_product
242927242941
in: path

0 commit comments

Comments
 (0)