Skip to content

Update OpenAPI 3.1 Descriptions #4086

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
{
"name": "code-security",
"description": "Endpoints to manage Code security using the REST API."
},
{
"name": "private-registries",
"description": "Manage private registry configurations."
}
],
"servers": [
Expand Down Expand Up @@ -99732,7 +99736,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ tags:
description: Endpoints to manage GitHub Enterprise Teams.
- name: code-security
description: Endpoints to manage Code security using the REST API.
- name: private-registries
description: Manage private registry configurations.
servers:
- url: https://api.github.com
externalDocs:
Expand Down Expand Up @@ -72241,6 +72243,7 @@ components:
enum:
- global
- organization
- enterprise
description:
type: string
description: A description of the code security configuration
Expand Down
7 changes: 6 additions & 1 deletion descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
{
"name": "code-security",
"description": "Endpoints to manage Code security using the REST API."
},
{
"name": "private-registries",
"description": "Manage private registry configurations."
}
],
"servers": [
Expand Down Expand Up @@ -99732,7 +99736,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down
3 changes: 3 additions & 0 deletions descriptions-next/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ tags:
description: Endpoints to manage GitHub Enterprise Teams.
- name: code-security
description: Endpoints to manage Code security using the REST API.
- name: private-registries
description: Manage private registry configurations.
servers:
- url: https://api.github.com
externalDocs:
Expand Down Expand Up @@ -72241,6 +72243,7 @@ components:
enum:
- global
- organization
- enterprise
description:
type: string
description: A description of the code security configuration
Expand Down
Loading
Loading