Skip to content

Commit a06ac50

Browse files
Update OpenAPI 3.0 Descriptions
1 parent b4eff11 commit a06ac50

16 files changed

+120
-32
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@
171171
{
172172
"name": "code-security",
173173
"description": "Endpoints to manage Code security using the REST API."
174+
},
175+
{
176+
"name": "private-registries",
177+
"description": "Manage private registry configurations."
174178
}
175179
],
176180
"servers": [
@@ -98167,7 +98171,8 @@
9816798171
"description": "The type of the code security configuration.",
9816898172
"enum": [
9816998173
"global",
98170-
"organization"
98174+
"organization",
98175+
"enterprise"
9817198176
]
9817298177
},
9817398178
"description": {

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ tags:
9191
description: Endpoints to manage GitHub Enterprise Teams.
9292
- name: code-security
9393
description: Endpoints to manage Code security using the REST API.
94+
- name: private-registries
95+
description: Manage private registry configurations.
9496
servers:
9597
- url: https://api.github.com
9698
externalDocs:
@@ -71607,6 +71609,7 @@ components:
7160771609
enum:
7160871610
- global
7160971611
- organization
71612+
- enterprise
7161071613
description:
7161171614
type: string
7161271615
description: A description of the code security configuration

descriptions/api.github.com/api.github.com.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@
171171
{
172172
"name": "code-security",
173173
"description": "Endpoints to manage Code security using the REST API."
174+
},
175+
{
176+
"name": "private-registries",
177+
"description": "Manage private registry configurations."
174178
}
175179
],
176180
"servers": [
@@ -98167,7 +98171,8 @@
9816798171
"description": "The type of the code security configuration.",
9816898172
"enum": [
9816998173
"global",
98170-
"organization"
98174+
"organization",
98175+
"enterprise"
9817198176
]
9817298177
},
9817398178
"description": {

descriptions/api.github.com/api.github.com.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ tags:
9191
description: Endpoints to manage GitHub Enterprise Teams.
9292
- name: code-security
9393
description: Endpoints to manage Code security using the REST API.
94+
- name: private-registries
95+
description: Manage private registry configurations.
9496
servers:
9597
- url: https://api.github.com
9698
externalDocs:
@@ -71607,6 +71609,7 @@ components:
7160771609
enum:
7160871610
- global
7160971611
- organization
71612+
- enterprise
7161071613
description:
7161171614
type: string
7161271615
description: A description of the code security configuration

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

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,10 @@
171171
{
172172
"name": "code-security",
173173
"description": "Endpoints to manage Code security using the REST API."
174+
},
175+
{
176+
"name": "private-registries",
177+
"description": "Manage private registry configurations."
174178
}
175179
],
176180
"servers": [
@@ -60278,7 +60282,8 @@
6027860282
"description": "The type of the code security configuration.",
6027960283
"enum": [
6028060284
"global",
60281-
"organization"
60285+
"organization",
60286+
"enterprise"
6028260287
]
6028360288
},
6028460289
"description": {
@@ -60753,7 +60758,8 @@
6075360758
"description": "The type of the code security configuration.",
6075460759
"enum": [
6075560760
"global",
60756-
"organization"
60761+
"organization",
60762+
"enterprise"
6075760763
]
6075860764
},
6075960765
"description": {
@@ -60996,7 +61002,8 @@
6099661002
"description": "The type of the code security configuration.",
6099761003
"enum": [
6099861004
"global",
60999-
"organization"
61005+
"organization",
61006+
"enterprise"
6100061007
]
6100161008
},
6100261009
"description": {
@@ -61530,7 +61537,8 @@
6153061537
"description": "The type of the code security configuration.",
6153161538
"enum": [
6153261539
"global",
61533-
"organization"
61540+
"organization",
61541+
"enterprise"
6153461542
]
6153561543
},
6153661544
"description": {
@@ -61969,7 +61977,8 @@
6196961977
"description": "The type of the code security configuration.",
6197061978
"enum": [
6197161979
"global",
61972-
"organization"
61980+
"organization",
61981+
"enterprise"
6197361982
]
6197461983
},
6197561984
"description": {
@@ -62537,7 +62546,8 @@
6253762546
"description": "The type of the code security configuration.",
6253862547
"enum": [
6253962548
"global",
62540-
"organization"
62549+
"organization",
62550+
"enterprise"
6254162551
]
6254262552
},
6254362553
"description": {
@@ -213225,7 +213235,8 @@
213225213235
"description": "The type of the code security configuration.",
213226213236
"enum": [
213227213237
"global",
213228-
"organization"
213238+
"organization",
213239+
"enterprise"
213229213240
]
213230213241
},
213231213242
"description": {

0 commit comments

Comments
 (0)