Skip to content

Commit 1f3413e

Browse files
authored
Merge pull request #4085 from github/openapi-update-acedf4ceb44714200282d66f0c6d6eba9a51643e711cf36ff0ac47469b38587b
Update OpenAPI 3.0 Descriptions
2 parents b4eff11 + a06ac50 commit 1f3413e

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

0 commit comments

Comments
 (0)