Skip to content
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
7 changes: 6 additions & 1 deletion descriptions/api.github.com/api.github.com.2022-11-28.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 @@ -98167,7 +98171,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down
3 changes: 3 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.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 @@ -71607,6 +71609,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/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 @@ -98167,7 +98171,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down
3 changes: 3 additions & 0 deletions descriptions/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 @@ -71607,6 +71609,7 @@ components:
enum:
- global
- organization
- enterprise
description:
type: string
description: A description of the code security configuration
Expand Down
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 @@ -60278,7 +60282,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down Expand Up @@ -60753,7 +60758,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down Expand Up @@ -60996,7 +61002,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down Expand Up @@ -61530,7 +61537,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down Expand Up @@ -61969,7 +61977,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down Expand Up @@ -62537,7 +62546,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down Expand Up @@ -213225,7 +213235,8 @@
"description": "The type of the code security configuration.",
"enum": [
"global",
"organization"
"organization",
"enterprise"
]
},
"description": {
Expand Down
Loading
Loading